diff options
Diffstat (limited to 'security/py-plone.protect/Makefile')
-rw-r--r-- | security/py-plone.protect/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-plone.protect/Makefile b/security/py-plone.protect/Makefile index 59c38fdfd460..a5f915080108 100644 --- a/security/py-plone.protect/Makefile +++ b/security/py-plone.protect/Makefile @@ -17,9 +17,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.keyring>1.0:${PORTSDIR}/security/py-pl DIST_SUBDIR= zope USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install USE_ZIP= yes #USE_ZOPE= yes NO_STAGE= yes + .include <bsd.port.mk> |