From 279c44001c4795f44b6aea797570829000f12f13 Mon Sep 17 00:00:00 2001 From: antoine Date: Sat, 25 Oct 2014 06:45:45 +0000 Subject: Unbreak --- net/libdnet/Makefile | 2 +- net/py-libdnet/Makefile | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'net') 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) -- cgit