diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/py-plone.app.testing | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Notes
Diffstat (limited to 'www/py-plone.app.testing')
-rw-r--r-- | www/py-plone.app.testing/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/www/py-plone.app.testing/Makefile b/www/py-plone.app.testing/Makefile index aa672d2aa472..b2773550a7f9 100644 --- a/www/py-plone.app.testing/Makefile +++ b/www/py-plone.app.testing/Makefile @@ -12,15 +12,15 @@ COMMENT= Testing tools for Plone-the-application, based on plone.testing LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:${PORTSDIR}/devel/py-zope.configuration \ - ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \ - ${PYTHON_PKGNAMEPREFIX}zope.dottedname>=0:${PORTSDIR}/devel/py-zope.dottedname \ - ${PYTHON_PKGNAMEPREFIX}zope.site>=0:${PORTSDIR}/devel/py-zope.site \ - ${PYTHON_PKGNAMEPREFIX}zope.testing>=0:${PORTSDIR}/devel/py-zope.testing \ - ${PYTHON_PKGNAMEPREFIX}five.localsitemanager>=0:${PORTSDIR}/devel/py-five.localsitemanager \ - ${PYTHON_PKGNAMEPREFIX}plone.memoize>=0:${PORTSDIR}/www/py-plone.memoize \ - ${PYTHON_PKGNAMEPREFIX}plone.testing>=0:${PORTSDIR}/www/py-plone.testing \ - ${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration \ + ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component \ + ${PYTHON_PKGNAMEPREFIX}zope.dottedname>=0:devel/py-zope.dottedname \ + ${PYTHON_PKGNAMEPREFIX}zope.site>=0:devel/py-zope.site \ + ${PYTHON_PKGNAMEPREFIX}zope.testing>=0:devel/py-zope.testing \ + ${PYTHON_PKGNAMEPREFIX}five.localsitemanager>=0:devel/py-five.localsitemanager \ + ${PYTHON_PKGNAMEPREFIX}plone.memoize>=0:www/py-plone.memoize \ + ${PYTHON_PKGNAMEPREFIX}plone.testing>=0:www/py-plone.testing \ + ${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:devel/py-Products.GenericSetup NO_ARCH= yes USES= python zip zope |