diff options
Diffstat (limited to 'www/py-plone.transformchain/Makefile')
-rw-r--r-- | www/py-plone.transformchain/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/py-plone.transformchain/Makefile b/www/py-plone.transformchain/Makefile index e6a07590bcf3..8f51db3ebe51 100644 --- a/www/py-plone.transformchain/Makefile +++ b/www/py-plone.transformchain/Makefile @@ -12,9 +12,9 @@ COMMENT= Hook into repoze.zope2 for third party packages LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \ - ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \ - ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \ + ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component \ + ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema NO_ARCH= yes USES= python |