diff options
Diffstat (limited to 'www/py-plone.indexer/Makefile')
-rw-r--r-- | www/py-plone.indexer/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/py-plone.indexer/Makefile b/www/py-plone.indexer/Makefile index 2a43e5670b62..6773217be7f0 100644 --- a/www/py-plone.indexer/Makefile +++ b/www/py-plone.indexer/Makefile @@ -12,10 +12,10 @@ COMMENT= Hooks to facilitate managing custom index values LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \ - ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component \ - ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:devel/py-Products.CMFCore \ - ${PYTHON_PKGNAMEPREFIX}Products.ZCatalog>0:devel/py-Products.ZCatalog +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:devel/py-Products.CMFCore@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Products.ZCatalog>0:devel/py-Products.ZCatalog@${FLAVOR} NO_ARCH= yes USES= python:2.7 |