diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 03:27:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 03:27:55 +0000 |
commit | 01ea96429585fa814ef3d490926dd4e31f445487 (patch) | |
tree | 483daf8371f7a20130724ac7c85d53a2afb66354 | |
parent | b8442867a087d62d1e80612a232953b0d7e607d2 (diff) | |
download | freebsd-ports-01ea96429585fa814ef3d490926dd4e31f445487.zip |
- Use USES=python
-rw-r--r-- | www/py-qpy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/py-qpy/Makefile b/www/py-qpy/Makefile index 8c8aee6ba0ee..a6f10a6ce28c 100644 --- a/www/py-qpy/Makefile +++ b/www/py-qpy/Makefile @@ -15,9 +15,8 @@ COMMENT= Generating safely-quoted html text from python code OPTIONS_DEFINE= DOCS OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options -PYDISTUTILS_AUTOPLIST= yes -USE_PYDISTUTILS=yes -USE_PYTHON= 2 +PYTHON_FEATURES=autoplist,distutils +USES= python:2 PORTDOCS= CHANGES.txt LICENSE.txt README.txt |