svn commit: r362485 - head/www/py-jswebkit

Antoine Brodin antoine at FreeBSD.org
Mon Jul 21 20:54:35 UTC 2014


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 at 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}
 


More information about the svn-ports-all mailing list