diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 17:01:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 17:01:36 +0000 |
commit | 8a7c77fbbd57ecbfd89783ebd805b59f8f2387a8 (patch) | |
tree | 6d9bf2c42239eb7fa59e3a370ddfad85fecabb87 /security/py-zope.login | |
parent | ae7708b169aa040d2d1177a4ca193ed6a8d60e5d (diff) | |
download | ports-8a7c77fbbd57ecbfd89783ebd805b59f8f2387a8.tar.gz ports-8a7c77fbbd57ecbfd89783ebd805b59f8f2387a8.zip |
Notes
Diffstat (limited to 'security/py-zope.login')
-rw-r--r-- | security/py-zope.login/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-zope.login/Makefile b/security/py-zope.login/Makefile index 655050d63ac7..80176753d8a1 100644 --- a/security/py-zope.login/Makefile +++ b/security/py-zope.login/Makefile @@ -18,9 +18,9 @@ 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 -USE_ZIP= yes .include <bsd.port.mk> |