diff options
Diffstat (limited to 'security/py-plone.session/Makefile')
-rw-r--r-- | security/py-plone.session/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/py-plone.session/Makefile b/security/py-plone.session/Makefile index c8099110028f..a623abffc7b6 100644 --- a/security/py-plone.session/Makefile +++ b/security/py-plone.session/Makefile @@ -12,10 +12,10 @@ COMMENT= Session based authentication for Zope LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.protect>=0:security/py-plone.protect@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:security/py-Products.PluggableAuthService@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.protect>=0:security/py-plone.protect@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:security/py-Products.PluggableAuthService@${PY_FLAVOR} NO_ARCH= yes USES= python:2.7 |