diff options
Diffstat (limited to 'security/py-zope.session/Makefile')
-rw-r--r-- | security/py-zope.session/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/security/py-zope.session/Makefile b/security/py-zope.session/Makefile index 92fc48ac8eb1..75f2c06e0865 100644 --- a/security/py-zope.session/Makefile +++ b/security/py-zope.session/Makefile @@ -13,13 +13,13 @@ COMMENT= Client identification and sessions for Zope LICENSE= ZPL21 -RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ - ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \ - ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \ - ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \ - ${PYTHON_PKGNAMEPREFIX}zope.location>=0:${PORTSDIR}/devel/py-zope.location \ - ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:${PORTSDIR}/devel/py-zope.publisher \ - ${PYTHON_PKGNAMEPREFIX}zope.minmax>=0:${PORTSDIR}/devel/py-zope.minmax +RUN_DEPENDS= zodb${PYTHON_PKGNAMESUFFIX}>=0:databases/zodb3 \ + ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component \ + ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \ + ${PYTHON_PKGNAMEPREFIX}zope.location>=0:devel/py-zope.location \ + ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:devel/py-zope.publisher \ + ${PYTHON_PKGNAMEPREFIX}zope.minmax>=0:devel/py-zope.minmax USES= python USE_PYTHON= distutils autoplist |