diff options
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> |