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.rfc822 | |
parent | 8220d1b22997d3bb59049bfe5dee0caafa1f38d6 (diff) |
Notes
Diffstat (limited to 'www/py-plone.rfc822')
-rw-r--r-- | www/py-plone.rfc822/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/py-plone.rfc822/Makefile b/www/py-plone.rfc822/Makefile index d39f8db4a1e5..e2f05d52e73e 100644 --- a/www/py-plone.rfc822/Makefile +++ b/www/py-plone.rfc822/Makefile @@ -18,9 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.schema>0:${PORTSDIR}/devel/py-zope.sche ${PYTHON_PKGNAMEPREFIX}zope.interface>0:${PORTSDIR}/devel/py-zope.interface \ ${PYTHON_PKGNAMEPREFIX}dateutil>0:${PORTSDIR}/devel/py-dateutil -USES= zip -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python zip +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |