diff options
Diffstat (limited to 'devel/py-zope.app.error/Makefile')
-rw-r--r-- | devel/py-zope.app.error/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-zope.app.error/Makefile b/devel/py-zope.app.error/Makefile index edec60fdc939..ef1dc313ad20 100644 --- a/devel/py-zope.app.error/Makefile +++ b/devel/py-zope.app.error/Makefile @@ -13,10 +13,10 @@ COMMENT= Error reporting utility management UI for Zope3 LICENSE= ZPL21 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zope.error>=0:devel/py-zope.error@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:devel/py-zope.publisher@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zope.traversing>=0:devel/py-zope.traversing@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zope.error>=0:devel/py-zope.error@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:devel/py-zope.publisher@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zope.traversing>=0:devel/py-zope.traversing@${PY_FLAVOR} USES= python:2.7 USE_PYTHON= distutils autoplist |