diff options
author | mva <mva@FreeBSD.org> | 2015-01-03 16:41:20 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2015-01-03 16:41:20 +0800 |
commit | 8df7661d5fb781595b7bae0a37d82a730b97d4dd (patch) | |
tree | 5de250878ab793a0857c0738238f861a73b7258c /www/py-plone.app.controlpanel | |
parent | 131245273c2e9f6f5f2c911f4120bf95df49012b (diff) | |
download | freebsd-ports-gnome-8df7661d5fb781595b7bae0a37d82a730b97d4dd.tar.gz freebsd-ports-gnome-8df7661d5fb781595b7bae0a37d82a730b97d4dd.tar.zst freebsd-ports-gnome-8df7661d5fb781595b7bae0a37d82a730b97d4dd.zip |
- Convert USE_PYTHON to new USES in www/
With hat: python@
Diffstat (limited to 'www/py-plone.app.controlpanel')
-rw-r--r-- | www/py-plone.app.controlpanel/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/py-plone.app.controlpanel/Makefile b/www/py-plone.app.controlpanel/Makefile index 56df1102a940..13631eda3afe 100644 --- a/www/py-plone.app.controlpanel/Makefile +++ b/www/py-plone.app.controlpanel/Makefile @@ -40,9 +40,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.app.form>=0:${PORTSDIR}/www/py-plone.a ${PYTHON_PKGNAMEPREFIX}Products.statusmessages>=0:${PORTSDIR}/devel/py-Products.statusmessages \ zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes -USES= zope zip +USES= python:2 zope zip +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |