diff options
Diffstat (limited to 'www/py-plone.z3cform/Makefile')
-rw-r--r-- | www/py-plone.z3cform/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/py-plone.z3cform/Makefile b/www/py-plone.z3cform/Makefile index bc691e6..517afe5 100644 --- a/www/py-plone.z3cform/Makefile +++ b/www/py-plone.z3cform/Makefile @@ -12,11 +12,11 @@ COMMENT= Library that allows use of z3c.form with Zope 2 and the CMF LICENSE= ZPL21 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.batching>0:${PORTSDIR}/www/py-plone.batching \ - ${PYTHON_PKGNAMEPREFIX}z3c.form>=0:${PORTSDIR}/devel/py-z3c.form \ - ${PYTHON_PKGNAMEPREFIX}zope.i18n>=3.4:${PORTSDIR}/devel/py-zope.i18n \ - ${PYTHON_PKGNAMEPREFIX}zope.browserpage>0:${PORTSDIR}/devel/py-zope.browserpage \ - ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.batching>0:www/py-plone.batching \ + ${PYTHON_PKGNAMEPREFIX}z3c.form>=0:devel/py-z3c.form \ + ${PYTHON_PKGNAMEPREFIX}zope.i18n>=3.4:devel/py-zope.i18n \ + ${PYTHON_PKGNAMEPREFIX}zope.browserpage>0:devel/py-zope.browserpage \ + ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component NO_ARCH= yes USES= python zip zope |