diff options
Diffstat (limited to 'www/py-plone.subrequest/Makefile')
-rw-r--r-- | www/py-plone.subrequest/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/py-plone.subrequest/Makefile b/www/py-plone.subrequest/Makefile index e0ee79868ebb..9a04d8d036c5 100644 --- a/www/py-plone.subrequest/Makefile +++ b/www/py-plone.subrequest/Makefile @@ -16,9 +16,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}five.globalrequest>=0:${PORTSDIR}/devel/py-five.globalrequest \ ${PYTHON_PKGNAMEPREFIX}zope.globalrequest>=0:${PORTSDIR}/devel/py-zope.globalrequest -USES= zip -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python zip +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |