diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:21:26 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:21:26 +0000 |
commit | 2f71940292af6b2d050e8b473d717357401b40fc (patch) | |
tree | ca40f6c4e7288356261302ad77c108990435520e /net/py-libdnet | |
parent | e681bc51231baa49b0184bf6fe94fd704a352ada (diff) | |
download | ports-2f71940292af6b2d050e8b473d717357401b40fc.tar.gz ports-2f71940292af6b2d050e8b473d717357401b40fc.zip |
Notes
Diffstat (limited to 'net/py-libdnet')
-rw-r--r-- | net/py-libdnet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-libdnet/Makefile b/net/py-libdnet/Makefile index a00714da485e..431b07048c6f 100644 --- a/net/py-libdnet/Makefile +++ b/net/py-libdnet/Makefile @@ -20,9 +20,9 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/dnet.so \ LIBDNET_SLAVE= yes -USE_PYTHON= yes +USES= python +USE_PYTHON= distutils CONFIGURE_ARGS= --with-python=${PYTHON_CMD} -PYDISTUTILS_PKGNAME= dnet .if defined(MAINTAINER_MODE) regression-test: install |