diff options
Diffstat (limited to 'devel/py-Products.PythonScripts/Makefile')
-rw-r--r-- | devel/py-Products.PythonScripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-Products.PythonScripts/Makefile b/devel/py-Products.PythonScripts/Makefile index 59971da97c06..feb424b1b829 100644 --- a/devel/py-Products.PythonScripts/Makefile +++ b/devel/py-Products.PythonScripts/Makefile @@ -20,9 +20,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>=0:${PORTSDIR}/security/py-Acc ${PYTHON_PKGNAMEPREFIX}RestrictedPython>=0:${PORTSDIR}/security/py-RestrictedPython \ ${PYTHON_PKGNAMEPREFIX}zExceptions>=0:${PORTSDIR}/devel/py-zExceptions +USES= zip USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -USE_ZIP= yes .include <bsd.port.mk> |