diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-06-15 18:14:13 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-06-15 18:14:13 +0000 |
commit | 60fb923a14fa5043aed81bc453a51370193ee9af (patch) | |
tree | 790be8a3c12b87b1a64349765328c55873e8b9ac /www/py-feedgenerator | |
parent | 1e8fef17d42b47bc79c33212b31dd2766dbc7251 (diff) | |
download | ports-60fb923a14fa5043aed81bc453a51370193ee9af.tar.gz ports-60fb923a14fa5043aed81bc453a51370193ee9af.zip |
Notes
Diffstat (limited to 'www/py-feedgenerator')
-rw-r--r-- | www/py-feedgenerator/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-feedgenerator/Makefile b/www/py-feedgenerator/Makefile index d3b77f20e471..4eefe82601b6 100644 --- a/www/py-feedgenerator/Makefile +++ b/www/py-feedgenerator/Makefile @@ -3,6 +3,7 @@ PORTNAME= feedgenerator PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six PYDISTUTILS_AUTOPLIST= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes USE_PYTHON= yes regression-test: build |