aboutsummaryrefslogtreecommitdiff
path: root/security/py-Products.PluggableAuthService
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-24 16:50:42 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-24 16:50:42 +0000
commit742321c70870f8339d0ac558f88a918b77b56096 (patch)
tree13162908585c4f1c4a190de09a7b7dd8f6e58eb2 /security/py-Products.PluggableAuthService
parentd45fbf3040b3448bc804ff8be8a816d15ea3f92a (diff)
downloadports-742321c70870f8339d0ac558f88a918b77b56096.tar.gz
ports-742321c70870f8339d0ac558f88a918b77b56096.zip
Notes
Diffstat (limited to 'security/py-Products.PluggableAuthService')
-rw-r--r--security/py-Products.PluggableAuthService/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/py-Products.PluggableAuthService/Makefile b/security/py-Products.PluggableAuthService/Makefile
index f58b01049a25..fc2ecdb4e91f 100644
--- a/security/py-Products.PluggableAuthService/Makefile
+++ b/security/py-Products.PluggableAuthService/Makefile
@@ -16,9 +16,7 @@ LICENSE= ZPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Products.PluginRegistry>=0:${PORTSDIR}/devel/py-Products.PluginRegistry \
${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup
-USE_PYTHON= 2
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
-USES= zope
+USES= python:2 zope
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>