Date: Mon, 21 Jul 2014 20:54:35 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362485 - head/www/py-jswebkit Message-ID: <201407212054.s6LKsZKi037418@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Jul 21 20:54:34 2014 New Revision: 362485 URL: http://svnweb.freebsd.org/changeset/ports/362485 QAT: https://qat.redports.org/buildarchive/r362485/ Log: Fix depends Modified: head/www/py-jswebkit/Makefile Modified: head/www/py-jswebkit/Makefile ============================================================================== --- head/www/py-jswebkit/Makefile Mon Jul 21 20:53:56 2014 (r362484) +++ head/www/py-jswebkit/Makefile Mon Jul 21 20:54:34 2014 (r362485) @@ -13,7 +13,7 @@ DISTNAME= python-${PORTNAME}-${PORTVERS MAINTAINER= ports@FreeBSD.org COMMENT= WebKit/JavaScriptCore Python bindings -BUILD_DEPENDS= libcython.so:${PORTSDIR}/lang/cython +BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython LIB_DEPENDS= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 RUN_DEPENDS:= ${BUILD_DEPENDS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407212054.s6LKsZKi037418>