summaryrefslogtreecommitdiff
path: root/net/py-netlib/Makefile
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-24 16:21:26 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-24 16:21:26 +0000
commit2f71940292af6b2d050e8b473d717357401b40fc (patch)
treeca40f6c4e7288356261302ad77c108990435520e /net/py-netlib/Makefile
parent- libirman is no longer only a static lib so move it from build to lib (diff)
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=371449
Diffstat (limited to 'net/py-netlib/Makefile')
-rw-r--r--net/py-netlib/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/py-netlib/Makefile b/net/py-netlib/Makefile
index c97f32a98542..e757c798ce4b 100644
--- a/net/py-netlib/Makefile
+++ b/net/py-netlib/Makefile
@@ -15,8 +15,7 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>0:${PORTSDIR}/devel/py-asn1 \
${PYTHON_PKGNAMEPREFIX}openssl>0:${PORTSDIR}/security/py-openssl
-PYDISTUTILS_AUTOPLIST= yes
-USE_PYDISTUTILS=yes
-USE_PYTHON= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>