aboutsummaryrefslogtreecommitdiff
path: root/devel/py-libplist/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-libplist/Makefile')
-rw-r--r--devel/py-libplist/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-libplist/Makefile b/devel/py-libplist/Makefile
index 5265722ed85b..81a12b26b4b0 100644
--- a/devel/py-libplist/Makefile
+++ b/devel/py-libplist/Makefile
@@ -7,8 +7,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= avilla@FreeBSD.org
COMMENT= Python bindings for libplist
-LIB_DEPENDS= libplist.so:${PORTSDIR}/${MASTER_PORT}
-BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython
+LIB_DEPENDS= libplist.so:${MASTER_PORT}
+BUILD_DEPENDS= cython:lang/cython
USES= python
CONFIGURE_ENV= PYTHON_LDFLAGS="`pkg-config --libs python-${PYTHON_VER}`"