aboutsummaryrefslogtreecommitdiff
path: root/www/py-plone.app.contentrules
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2015-01-03 08:41:20 +0000
committerMarcus von Appen <mva@FreeBSD.org>2015-01-03 08:41:20 +0000
commit1b0994ee1eff286d2800b1881a5582132b96e32f (patch)
tree5de250878ab793a0857c0738238f861a73b7258c /www/py-plone.app.contentrules
parent8220d1b22997d3bb59049bfe5dee0caafa1f38d6 (diff)
downloadports-1b0994ee1eff286d2800b1881a5582132b96e32f.tar.gz
ports-1b0994ee1eff286d2800b1881a5582132b96e32f.zip
- Convert USE_PYTHON to new USES in www/
With hat: python@
Notes
Notes: svn path=/head/; revision=376109
Diffstat (limited to 'www/py-plone.app.contentrules')
-rw-r--r--www/py-plone.app.contentrules/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/www/py-plone.app.contentrules/Makefile b/www/py-plone.app.contentrules/Makefile
index e2aea21cdad6..c9885f6975d0 100644
--- a/www/py-plone.app.contentrules/Makefile
+++ b/www/py-plone.app.contentrules/Makefile
@@ -40,9 +40,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}five.formlib>=0:${PORTSDIR}/devel/py-five.fo
${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>