diff options
author | rm <rm@FreeBSD.org> | 2014-10-18 17:38:35 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2014-10-18 17:38:35 +0800 |
commit | d146c56d85a256be6dcb406f1da7ccac00d53e8a (patch) | |
tree | cac4282ba41115ee5b7895ee45b6164e349ac4ca /www | |
parent | cc740bb09e78973bc13d551e3d86bb4b6289da57 (diff) | |
download | freebsd-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/Makefile | 5 |
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> |