diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-11 02:01:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-11 02:01:09 +0800 |
commit | 9956ff535de2801ced724e7645e801c855af7af5 (patch) | |
tree | 39484054f818fd9d23cb1801b9817b3fb958f201 /www/py-plone.behavior | |
parent | e95d0a290c6a8722f051113bb3b7c98149b9a64b (diff) | |
download | freebsd-ports-gnome-9956ff535de2801ced724e7645e801c855af7af5.tar.gz freebsd-ports-gnome-9956ff535de2801ced724e7645e801c855af7af5.tar.zst freebsd-ports-gnome-9956ff535de2801ced724e7645e801c855af7af5.zip |
Convert www to USES=zip
Diffstat (limited to 'www/py-plone.behavior')
-rw-r--r-- | www/py-plone.behavior/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-plone.behavior/Makefile b/www/py-plone.behavior/Makefile index ba2b46ca7596..0fe221336297 100644 --- a/www/py-plone.behavior/Makefile +++ b/www/py-plone.behavior/Makefile @@ -19,9 +19,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>0:${PORTSDIR}/devel/py-zope.c ${PYTHON_PKGNAMEPREFIX}zope.annotation>0:${PORTSDIR}/devel/py-zope.annotation \ ${PYTHON_PKGNAMEPREFIX}zope.configuration>0:${PORTSDIR}/devel/py-zope.configuration +USES= zip USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -USE_ZIP= yes .include <bsd.port.mk> |