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