aboutsummaryrefslogtreecommitdiff
path: root/net/py-msrplib/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-msrplib/Makefile
parente681bc51231baa49b0184bf6fe94fd704a352ada (diff)
downloadports-2f71940292af6b2d050e8b473d717357401b40fc.tar.gz
ports-2f71940292af6b2d050e8b473d717357401b40fc.zip
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=371449
Diffstat (limited to 'net/py-msrplib/Makefile')
-rw-r--r--net/py-msrplib/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/py-msrplib/Makefile b/net/py-msrplib/Makefile
index 963dbb76272b..df6fd2a2054e 100644
--- a/net/py-msrplib/Makefile
+++ b/net/py-msrplib/Makefile
@@ -24,9 +24,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gnutls>=1.1.6:${PORTSDIR}/security/py-gnut
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
-PYDISTUTILS_PKGNAME=python_${PORTNAME}
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>