diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2015-01-03 08:41:20 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2015-01-03 08:41:20 +0000 |
commit | 1b0994ee1eff286d2800b1881a5582132b96e32f (patch) | |
tree | 5de250878ab793a0857c0738238f861a73b7258c /www/py-plone.contentrules | |
parent | 8220d1b22997d3bb59049bfe5dee0caafa1f38d6 (diff) | |
download | ports-1b0994ee1eff286d2800b1881a5582132b96e32f.tar.gz ports-1b0994ee1eff286d2800b1881a5582132b96e32f.zip |
Notes
Diffstat (limited to 'www/py-plone.contentrules')
-rw-r--r-- | www/py-plone.contentrules/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/py-plone.contentrules/Makefile b/www/py-plone.contentrules/Makefile index a4288ab7403b..2b200947923f 100644 --- a/www/py-plone.contentrules/Makefile +++ b/www/py-plone.contentrules/Makefile @@ -25,9 +25,7 @@ RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \ ${PYTHON_PKGNAMEPREFIX}zope.testing>=0:${PORTSDIR}/devel/py-zope.testing -USES= zip -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python zip +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |