aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-07-22 04:54:34 +0800
committerantoine <antoine@FreeBSD.org>2014-07-22 04:54:34 +0800
commit7c98271fa2d7aa33e287606b771265d8b13a5647 (patch)
tree62f6e53745210b181257cb7963362f1543d16735
parent83f290b7ef41d9f89905745d33709b9573d1ef03 (diff)
downloadfreebsd-ports-gnome-7c98271fa2d7aa33e287606b771265d8b13a5647.tar.gz
freebsd-ports-gnome-7c98271fa2d7aa33e287606b771265d8b13a5647.tar.zst
freebsd-ports-gnome-7c98271fa2d7aa33e287606b771265d8b13a5647.zip
Fix depends
-rw-r--r--www/py-jswebkit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-jswebkit/Makefile b/www/py-jswebkit/Makefile
index 7fcf972a8247..95201a0493b0 100644
--- a/www/py-jswebkit/Makefile
+++ b/www/py-jswebkit/Makefile
@@ -13,7 +13,7 @@ DISTNAME= python-${PORTNAME}-${PORTVERSION}
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}