aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-08-15 11:01:01 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-08-15 11:01:01 +0800
commitcc1901711f2ccda1d88d34bee82779d432945dad (patch)
tree19aff061a964206b4f3ac71b66b2a6340c28fe6b /dns
parent606becec142bec9f18c4b5df5135d71832d888dc (diff)
downloadfreebsd-ports-gnome-cc1901711f2ccda1d88d34bee82779d432945dad.tar.gz
freebsd-ports-gnome-cc1901711f2ccda1d88d34bee82779d432945dad.tar.zst
freebsd-ports-gnome-cc1901711f2ccda1d88d34bee82779d432945dad.zip
- Use USES=python
Diffstat (limited to 'dns')
-rw-r--r--dns/py-dns3/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/dns/py-dns3/Makefile b/dns/py-dns3/Makefile
index 5d6ca769f67b..a0c547dce560 100644
--- a/dns/py-dns3/Makefile
+++ b/dns/py-dns3/Makefile
@@ -18,8 +18,7 @@ LICENSE_NAME= CNRI LICENSE AGREEMENT
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-PYDISTUTILS_AUTOPLIST= yes
-USE_PYDISTUTILS=yes
-USE_PYTHON= 3
+PYTHON_FEATURES=autoplist,distutils
+USES= python:3
.include <bsd.port.mk>