diff options
Diffstat (limited to 'devel/py-zope.location/Makefile')
-rw-r--r-- | devel/py-zope.location/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-zope.location/Makefile b/devel/py-zope.location/Makefile index 9892814a7a00..cc76f43d8fbb 100644 --- a/devel/py-zope.location/Makefile +++ b/devel/py-zope.location/Makefile @@ -13,10 +13,10 @@ COMMENT= Zope Location LICENSE= ZPL21 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=3.8:${PORTSDIR}/devel/py-zope.component \ - ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \ - ${PYTHON_PKGNAMEPREFIX}zope.proxy>3.3:${PORTSDIR}/net/py-zope.proxy \ - ${PYTHON_PKGNAMEPREFIX}zope.schema>=3.6:${PORTSDIR}/devel/py-zope.schema +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=3.8:devel/py-zope.component \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \ + ${PYTHON_PKGNAMEPREFIX}zope.proxy>3.3:net/py-zope.proxy \ + ${PYTHON_PKGNAMEPREFIX}zope.schema>=3.6:devel/py-zope.schema USES= python USE_PYTHON= distutils autoplist |