diff options
Diffstat (limited to 'security/py-zope.authentication/Makefile')
-rw-r--r-- | security/py-zope.authentication/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/py-zope.authentication/Makefile b/security/py-zope.authentication/Makefile index c82d1fe7b167..b826b2928ebf 100644 --- a/security/py-zope.authentication/Makefile +++ b/security/py-zope.authentication/Makefile @@ -20,9 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.browser>=0:${PORTSDIR}/devel/py-zope.br ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \ ${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security -USES= zip -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python zip +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |