diff options
Diffstat (limited to 'security/py-zope.app.authentication')
-rw-r--r-- | security/py-zope.app.authentication/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/py-zope.app.authentication/Makefile b/security/py-zope.app.authentication/Makefile index e57e6da59fdc..e206ec24cdfa 100644 --- a/security/py-zope.app.authentication/Makefile +++ b/security/py-zope.app.authentication/Makefile @@ -33,8 +33,7 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ ${PYTHON_PKGNAMEPREFIX}zope.app.container>=0:${PORTSDIR}/devel/py-zope.app.container \ ${PYTHON_PKGNAMEPREFIX}zope.app.component>=0:${PORTSDIR}/devel/py-zope.app.component -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |