summaryrefslogtreecommitdiff
path: root/www/py-amf/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2014-10-18 09:38:35 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2014-10-18 09:38:35 +0000
commit2f7b7c75e00f36bcf01f9671ed2813e8adc24fbe (patch)
treecac4282ba41115ee5b7895ee45b6164e349ac4ca /www/py-amf/Makefile
parent- Sort SUBDIRs (diff)
www/py-amf: convert to USES=python
Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=371104
Diffstat (limited to '')
-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>