diff options
author | mva <mva@FreeBSD.org> | 2013-08-18 16:56:22 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-08-18 16:56:22 +0800 |
commit | 66f76708a781434c30b476faed2c6426dc10a407 (patch) | |
tree | 75a49c62f95c3b68c9489583d236a7c2ae9ab3f1 | |
parent | b4f2a3b0267dd18932b6dc1d4af5451aeda14f50 (diff) | |
download | freebsd-ports-gnome-66f76708a781434c30b476faed2c6426dc10a407.tar.gz freebsd-ports-gnome-66f76708a781434c30b476faed2c6426dc10a407.tar.zst freebsd-ports-gnome-66f76708a781434c30b476faed2c6426dc10a407.zip |
- Use a more clean approach to fix the build instead of pulling in
another build dependency
-rw-r--r-- | net/py-libdnet/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/py-libdnet/Makefile b/net/py-libdnet/Makefile index b2f74791dd0a..c20a2652fecb 100644 --- a/net/py-libdnet/Makefile +++ b/net/py-libdnet/Makefile @@ -6,7 +6,6 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} COMMENT= Python module for libdnet -BUILD_DEPENDS= python:${PORTSDIR}/lang/python LIB_DEPENDS= dnet:${PORTSDIR}/net/libdnet NOT_FOR_ARCHS= ia64 @@ -20,7 +19,7 @@ PLIST= ${.CURDIR}/pkg-plist LIBDNET_SLAVE= yes USE_PYTHON= yes -CONFIGURE_ARGS= --with-python +CONFIGURE_ARGS= --with-python=${PYTHON_CMD} INSTALLS_EGGINFO= yes PYDISTUTILS_PKGNAME= dnet |