diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-23 09:18:55 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-09-23 09:18:55 +0000 |
commit | 420dd1455af7ef2151d26916efdd88c83ff7dbd8 (patch) | |
tree | 4e03abe1b33a9d3fc04222ad8f3e0a767f8676db /www/py-plone.app.linkintegrity/Makefile | |
parent | ab9fce97e471adc1f9b3b4054147d088172ec1e8 (diff) | |
download | ports-420dd1455af7ef2151d26916efdd88c83ff7dbd8.tar.gz ports-420dd1455af7ef2151d26916efdd88c83ff7dbd8.zip |
Notes
Diffstat (limited to 'www/py-plone.app.linkintegrity/Makefile')
-rw-r--r-- | www/py-plone.app.linkintegrity/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/py-plone.app.linkintegrity/Makefile b/www/py-plone.app.linkintegrity/Makefile index dde2b9ef7049..be19ccfe7798 100644 --- a/www/py-plone.app.linkintegrity/Makefile +++ b/www/py-plone.app.linkintegrity/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= plone.app.linkintegrity -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.3 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +15,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.uuid>=0:${PORTSDIR}/www/py-plone.uuid DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes NO_STAGE= yes + .include <bsd.port.mk> |