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