diff options
Diffstat (limited to 'devel/py-zope.site/Makefile')
-rw-r--r-- | devel/py-zope.site/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-zope.site/Makefile b/devel/py-zope.site/Makefile index 30952dbb97e8..dd5ed8504b87 100644 --- a/devel/py-zope.site/Makefile +++ b/devel/py-zope.site/Makefile @@ -22,8 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:${PORTSDIR}/devel/py-zope ${PYTHON_PKGNAMEPREFIX}zope.lifecycleevent>=0:${PORTSDIR}/devel/py-zope.lifecycleevent \ ${PYTHON_PKGNAMEPREFIX}zope.location>=3.7.0:${PORTSDIR}/devel/py-zope.location -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |