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.namedfile | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Notes
Diffstat (limited to 'www/py-plone.namedfile')
-rw-r--r-- | www/py-plone.namedfile/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/py-plone.namedfile/Makefile b/www/py-plone.namedfile/Makefile index b01f7c4d0132..af52ef77f0ec 100644 --- a/www/py-plone.namedfile/Makefile +++ b/www/py-plone.namedfile/Makefile @@ -12,11 +12,11 @@ COMMENT= File types and fields for images, files and blob files with filenames LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.browserpage>0:${PORTSDIR}/devel/py-zope.browserpage \ - ${PYTHON_PKGNAMEPREFIX}zope.component>0:${PORTSDIR}/devel/py-zope.component \ - ${PYTHON_PKGNAMEPREFIX}zope.security>0:${PORTSDIR}/security/py-zope.security \ - ${PYTHON_PKGNAMEPREFIX}zope.traversing>0:${PORTSDIR}/devel/py-zope.traversing \ - ${PYTHON_PKGNAMEPREFIX}plone.rfc822>0:${PORTSDIR}/www/py-plone.rfc822 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.browserpage>0:devel/py-zope.browserpage \ + ${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component \ + ${PYTHON_PKGNAMEPREFIX}zope.security>0:security/py-zope.security \ + ${PYTHON_PKGNAMEPREFIX}zope.traversing>0:devel/py-zope.traversing \ + ${PYTHON_PKGNAMEPREFIX}plone.rfc822>0:www/py-plone.rfc822 NO_ARCH= yes USES= python |