diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:50:42 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:50:42 +0000 |
commit | 742321c70870f8339d0ac558f88a918b77b56096 (patch) | |
tree | 13162908585c4f1c4a190de09a7b7dd8f6e58eb2 /security/py-AccessControl | |
parent | d45fbf3040b3448bc804ff8be8a816d15ea3f92a (diff) | |
download | ports-742321c70870f8339d0ac558f88a918b77b56096.tar.gz ports-742321c70870f8339d0ac558f88a918b77b56096.zip |
Notes
Diffstat (limited to 'security/py-AccessControl')
-rw-r--r-- | security/py-AccessControl/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/py-AccessControl/Makefile b/security/py-AccessControl/Makefile index 044cd3ded4dc..736af551e3e8 100644 --- a/security/py-AccessControl/Makefile +++ b/security/py-AccessControl/Makefile @@ -31,9 +31,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisit ${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security \ ${PYTHON_PKGNAMEPREFIX}zope.testing>=0:${PORTSDIR}/devel/py-zope.testing -USES= zip -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 zip +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |