diff options
Diffstat (limited to 'www/py-plone.rfc822/Makefile')
-rw-r--r-- | www/py-plone.rfc822/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/py-plone.rfc822/Makefile b/www/py-plone.rfc822/Makefile index 3b187a8b5e90..ef6468935ee1 100644 --- a/www/py-plone.rfc822/Makefile +++ b/www/py-plone.rfc822/Makefile @@ -12,10 +12,10 @@ COMMENT= RFC822 marshalling for zope.schema fields LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.schema>0:${PORTSDIR}/devel/py-zope.schema \ - ${PYTHON_PKGNAMEPREFIX}zope.component>0:${PORTSDIR}/devel/py-zope.component \ - ${PYTHON_PKGNAMEPREFIX}zope.interface>0:${PORTSDIR}/devel/py-zope.interface \ - ${PYTHON_PKGNAMEPREFIX}dateutil>0:${PORTSDIR}/devel/py-dateutil +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.schema>0:devel/py-zope.schema \ + ${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface \ + ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil NO_ARCH= yes USES= python zip |