diff options
Diffstat (limited to 'devel/py-Products.ExtendedPathIndex/Makefile')
-rw-r--r-- | devel/py-Products.ExtendedPathIndex/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-Products.ExtendedPathIndex/Makefile b/devel/py-Products.ExtendedPathIndex/Makefile index da82c5f71007..58c2c385cd84 100644 --- a/devel/py-Products.ExtendedPathIndex/Makefile +++ b/devel/py-Products.ExtendedPathIndex/Makefile @@ -13,9 +13,9 @@ COMMENT= Zope catalog index for paths LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>0:${PORTSDIR}/security/py-AccessControl \ - ${PYTHON_PKGNAMEPREFIX}transaction>0:${PORTSDIR}/devel/py-transaction \ - zodb${PYTHON_PKGNAMESUFFIX}>0:${PORTSDIR}/databases/zodb3 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>0:security/py-AccessControl \ + ${PYTHON_PKGNAMEPREFIX}transaction>0:devel/py-transaction \ + zodb${PYTHON_PKGNAMESUFFIX}>0:databases/zodb3 USES= python zope zip USE_PYTHON= distutils autoplist |