diff options
Diffstat (limited to 'devel/py-zope.app.debug/Makefile')
-rw-r--r-- | devel/py-zope.app.debug/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-zope.app.debug/Makefile b/devel/py-zope.app.debug/Makefile index ad712c28927f..79c88028577a 100644 --- a/devel/py-zope.app.debug/Makefile +++ b/devel/py-zope.app.debug/Makefile @@ -13,9 +13,9 @@ COMMENT= Zope Debug Mode LICENSE= ZPL21 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:devel/py-zope.publisher@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zope.app.appsetup>=0:devel/py-zope.app.appsetup@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zope.app.publication>=0:devel/py-zope.app.publication@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:devel/py-zope.publisher@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zope.app.appsetup>=0:devel/py-zope.app.appsetup@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zope.app.publication>=0:devel/py-zope.app.publication@${PY_FLAVOR} USES= python:2.7 USE_PYTHON= distutils autoplist |