diff options
Diffstat (limited to 'security/py-plone.keyring/Makefile')
-rw-r--r-- | security/py-plone.keyring/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/py-plone.keyring/Makefile b/security/py-plone.keyring/Makefile index 46bddd869184..4019ecdd7f21 100644 --- a/security/py-plone.keyring/Makefile +++ b/security/py-plone.keyring/Makefile @@ -12,10 +12,10 @@ COMMENT= Manage secrets LICENSE= BSD3CLAUSE -RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ - ${PYTHON_PKGNAMEPREFIX}zope.container>=0:${PORTSDIR}/devel/py-zope.container \ - ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \ - ${PYTHON_PKGNAMEPREFIX}zope.location>=0:${PORTSDIR}/devel/py-zope.location +RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3 \ + ${PYTHON_PKGNAMEPREFIX}zope.container>=0:devel/py-zope.container \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \ + ${PYTHON_PKGNAMEPREFIX}zope.location>=0:devel/py-zope.location NO_ARCH= yes USES= python |