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 0f5a715816db..e09d48804f97 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:${PORTSDIR}/security/py-plone.protect \ - ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \ - ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \ - ${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:${PORTSDIR}/security/py-Products.PluggableAuthService +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.protect>=0:security/py-plone.protect \ + ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \ + ${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:security/py-Products.PluggableAuthService NO_ARCH= yes USES= python |