diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2015-01-03 08:41:20 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2015-01-03 08:41:20 +0000 |
commit | 1b0994ee1eff286d2800b1881a5582132b96e32f (patch) | |
tree | 5de250878ab793a0857c0738238f861a73b7258c /www/py-feedgenerator | |
parent | 8220d1b22997d3bb59049bfe5dee0caafa1f38d6 (diff) | |
download | ports-1b0994ee1eff286d2800b1881a5582132b96e32f.tar.gz ports-1b0994ee1eff286d2800b1881a5582132b96e32f.zip |
- Convert USE_PYTHON to new USES in www/
With hat: python@
Notes
Notes:
svn path=/head/; revision=376109
Diffstat (limited to 'www/py-feedgenerator')
-rw-r--r-- | www/py-feedgenerator/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/py-feedgenerator/Makefile b/www/py-feedgenerator/Makefile index 7b7dc182a22d..b5cc05bccb7e 100644 --- a/www/py-feedgenerator/Makefile +++ b/www/py-feedgenerator/Makefile @@ -16,9 +16,8 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six -PYDISTUTILS_AUTOPLIST= yes -USE_PYDISTUTILS= yes -USE_PYTHON= yes +USES= python +USE_PYTHON= distutils autoplist regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test |