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-plone.openid | |
parent | d45fbf3040b3448bc804ff8be8a816d15ea3f92a (diff) | |
download | ports-742321c70870f8339d0ac558f88a918b77b56096.tar.gz ports-742321c70870f8339d0ac558f88a918b77b56096.zip |
Notes
Diffstat (limited to 'security/py-plone.openid')
-rw-r--r-- | security/py-plone.openid/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/py-plone.openid/Makefile b/security/py-plone.openid/Makefile index 7b29232e8f0f..f186380e4705 100644 --- a/security/py-plone.openid/Makefile +++ b/security/py-plone.openid/Makefile @@ -19,10 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openid>=0:${PORTSDIR}/security/py-openid \ ${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:${PORTSDIR}/security/py-Products.PluggableAuthService \ zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 -USES= zip -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes -#USES= zope +USES= python zip +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |