diff options
Diffstat (limited to 'www/py-plone.scale/Makefile')
-rw-r--r-- | www/py-plone.scale/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/py-plone.scale/Makefile b/www/py-plone.scale/Makefile index 6def6abf78b9..001f7f02505c 100644 --- a/www/py-plone.scale/Makefile +++ b/www/py-plone.scale/Makefile @@ -12,10 +12,10 @@ COMMENT= Image scaling LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:devel/py-zope.annotation \ - ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component \ - ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \ - ${PYTHON_PKGNAMEPREFIX}Persistence>=0:devel/py-Persistence +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:devel/py-zope.annotation@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Persistence>=0:devel/py-Persistence@${FLAVOR} NO_ARCH= yes USES= python:2.7 |