summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-10-25 06:45:45 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-10-25 06:45:45 +0000
commit52c08cf558b3ec16f603af53fc81d716e3762d2e (patch)
treea9b112d1cb5d3dc279a834e120df9a57a7e6bda8 /net
parentUpdate to 0.6.2 (diff)
Unbreak
Notes
Notes: svn path=/head/; revision=371467
Diffstat (limited to 'net')
-rw-r--r--net/libdnet/Makefile2
-rw-r--r--net/py-libdnet/Makefile3
2 files changed, 2 insertions, 3 deletions
diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile
index c32210f391fe..b522e2184d16 100644
--- a/net/libdnet/Makefile
+++ b/net/libdnet/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_dnet_bsd_bpf=yes
-USES= libtool tar:tgz
+USES+= libtool tar:tgz
.if !defined(LIBDNET_SLAVE)
CONFIGURE_ARGS+= --without-python
diff --git a/net/py-libdnet/Makefile b/net/py-libdnet/Makefile
index 431b07048c6f..d8951312202b 100644
--- a/net/py-libdnet/Makefile
+++ b/net/py-libdnet/Makefile
@@ -16,12 +16,11 @@ INSTALL_WRKSRC= ${WRKSRC}/python
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${NONEXISTENT}
PLIST_FILES= %%PYTHON_SITELIBDIR%%/dnet.so \
- %%PYTHON_SITELIBDIR%%/${PYDISTUTILS_EGGINFO}
+ %%PYTHON_SITELIBDIR%%/dnet-${PORTVERSION}-py${PYTHON_VER}.egg-info
LIBDNET_SLAVE= yes
USES= python
-USE_PYTHON= distutils
CONFIGURE_ARGS= --with-python=${PYTHON_CMD}
.if defined(MAINTAINER_MODE)