diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /security/py-plone.openid | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) |
Notes
Diffstat (limited to 'security/py-plone.openid')
-rw-r--r-- | security/py-plone.openid/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/py-plone.openid/Makefile b/security/py-plone.openid/Makefile index d90979ba0d60..a8a6bc18f0e9 100644 --- a/security/py-plone.openid/Makefile +++ b/security/py-plone.openid/Makefile @@ -13,11 +13,11 @@ COMMENT= OpenID authentication support for PAS LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-openid>=0:${PORTSDIR}/security/py-python-openid \ - ${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transaction \ - ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \ - ${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:${PORTSDIR}/security/py-Products.PluggableAuthService \ - zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-openid>=0:security/py-python-openid \ + ${PYTHON_PKGNAMEPREFIX}transaction>=0:devel/py-transaction \ + ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:devel/py-Acquisition \ + ${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:security/py-Products.PluggableAuthService \ + zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3 NO_ARCH= yes USES= python zip |