diff options
Diffstat (limited to 'security/py-plone.session/Makefile')
-rw-r--r-- | security/py-plone.session/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/py-plone.session/Makefile b/security/py-plone.session/Makefile index 43d24b892038..41ce678980dc 100644 --- a/security/py-plone.session/Makefile +++ b/security/py-plone.session/Makefile @@ -18,10 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.protect>=0:${PORTSDIR}/security/py-plo ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \ ${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:${PORTSDIR}/security/py-Products.PluggableAuthService -USES= zip -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes -#USES= zope +USES= python zip +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |