diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/py-libplist/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'devel/py-libplist/Makefile')
-rw-r--r-- | devel/py-libplist/Makefile | 4 |
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}`" |