diff options
Diffstat (limited to 'devel/py-collective.z3cform.datetimewidget')
-rw-r--r-- | devel/py-collective.z3cform.datetimewidget/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-collective.z3cform.datetimewidget/Makefile b/devel/py-collective.z3cform.datetimewidget/Makefile index 18d693c3f370..fbb078e4f0ac 100644 --- a/devel/py-collective.z3cform.datetimewidget/Makefile +++ b/devel/py-collective.z3cform.datetimewidget/Makefile @@ -12,9 +12,9 @@ COMMENT= z3c.form date and datetime widgets LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:${PORTSDIR}/devel/py-zope.i18n \ - ${PYTHON_PKGNAMEPREFIX}z3c.form>=0:${PORTSDIR}/devel/py-z3c.form \ - ${PYTHON_PKGNAMEPREFIX}zope.deprecation>=0:${PORTSDIR}/devel/py-zope.deprecation +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:devel/py-zope.i18n \ + ${PYTHON_PKGNAMEPREFIX}z3c.form>=0:devel/py-z3c.form \ + ${PYTHON_PKGNAMEPREFIX}zope.deprecation>=0:devel/py-zope.deprecation NO_ARCH= yes USES= python:2.7 zip |