aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2014-10-18 17:38:35 +0800
committerrm <rm@FreeBSD.org>2014-10-18 17:38:35 +0800
commitd146c56d85a256be6dcb406f1da7ccac00d53e8a (patch)
treecac4282ba41115ee5b7895ee45b6164e349ac4ca /www
parentcc740bb09e78973bc13d551e3d86bb4b6289da57 (diff)
downloadfreebsd-ports-gnome-d146c56d85a256be6dcb406f1da7ccac00d53e8a.tar.gz
freebsd-ports-gnome-d146c56d85a256be6dcb406f1da7ccac00d53e8a.tar.zst
freebsd-ports-gnome-d146c56d85a256be6dcb406f1da7ccac00d53e8a.zip
www/py-amf: convert to USES=python
Approved by: portmgr (blanket)
Diffstat (limited to 'www')
-rw-r--r--www/py-amf/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/py-amf/Makefile b/www/py-amf/Makefile
index ead31438a008..3ee9cea3a04f 100644
--- a/www/py-amf/Makefile
+++ b/www/py-amf/Makefile
@@ -13,8 +13,7 @@ COMMENT= AMF support for Python
LICENSE= MIT
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python:2
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>