diff options
Diffstat (limited to 'devel/py-zope.app.http/Makefile')
-rw-r--r-- | devel/py-zope.app.http/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-zope.app.http/Makefile b/devel/py-zope.app.http/Makefile index ccd44dadace2..f376df98f25f 100644 --- a/devel/py-zope.app.http/Makefile +++ b/devel/py-zope.app.http/Makefile @@ -13,10 +13,10 @@ COMMENT= HTTP Behavior for the Zope Publisher LICENSE= ZPL21 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \ - ${PYTHON_PKGNAMEPREFIX}zope.publisher>=3.12:${PORTSDIR}/devel/py-zope.publisher \ - ${PYTHON_PKGNAMEPREFIX}zope.container>=0:${PORTSDIR}/devel/py-zope.container \ - ${PYTHON_PKGNAMEPREFIX}zope.filerepresentation>=0:${PORTSDIR}/devel/py-zope.filerepresentation +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \ + ${PYTHON_PKGNAMEPREFIX}zope.publisher>=3.12:devel/py-zope.publisher \ + ${PYTHON_PKGNAMEPREFIX}zope.container>=0:devel/py-zope.container \ + ${PYTHON_PKGNAMEPREFIX}zope.filerepresentation>=0:devel/py-zope.filerepresentation USES= python USE_PYTHON= distutils autoplist |