aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-06-15 18:14:13 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-06-15 18:14:13 +0000
commit60fb923a14fa5043aed81bc453a51370193ee9af (patch)
tree790be8a3c12b87b1a64349765328c55873e8b9ac /www
parent1e8fef17d42b47bc79c33212b31dd2766dbc7251 (diff)
downloadports-60fb923a14fa5043aed81bc453a51370193ee9af.tar.gz
ports-60fb923a14fa5043aed81bc453a51370193ee9af.zip
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=357913
Diffstat (limited to 'www')
-rw-r--r--www/py-feedgenerator/Makefile3
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