diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-06-21 05:06:45 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-06-21 05:06:45 +0000 |
commit | 6eb47c7dfcb95e2b7739c1b53d30a3dfadae695f (patch) | |
tree | 221a581529d6a419e26f51d9a151f82f1c9ae55d /www/py-Products.CMFPlone | |
parent | ed84fdf75611fdc2520c123b3fb260782c404580 (diff) | |
download | ports-6eb47c7dfcb95e2b7739c1b53d30a3dfadae695f.tar.gz ports-6eb47c7dfcb95e2b7739c1b53d30a3dfadae695f.zip |
Notes
Diffstat (limited to 'www/py-Products.CMFPlone')
-rw-r--r-- | www/py-Products.CMFPlone/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/py-Products.CMFPlone/Makefile b/www/py-Products.CMFPlone/Makefile index 51d50b094c3d..95fce6bb72ce 100644 --- a/www/py-Products.CMFPlone/Makefile +++ b/www/py-Products.CMFPlone/Makefile @@ -7,6 +7,7 @@ PORTNAME= Products.CMFPlone PORTVERSION= 4.1.5 +PORTREVISION= 1 CATEGORIES= www python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -71,6 +72,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisit ${PYTHON_PKGNAMEPREFIX}plone.app.portlets>=0:${PORTSDIR}/www/py-plone.app.portlets \ ${PYTHON_PKGNAMEPREFIX}plone.app.redirector>=0:${PORTSDIR}/www/py-plone.app.redirector \ ${PYTHON_PKGNAMEPREFIX}plone.app.registry>=0:${PORTSDIR}/www/py-plone.app.registry \ + ${PYTHON_PKGNAMEPREFIX}plone.app.search>0:${PORTSDIR}/www/py-plone.app.search \ ${PYTHON_PKGNAMEPREFIX}plone.app.users>=0:${PORTSDIR}/www/py-plone.app.users \ ${PYTHON_PKGNAMEPREFIX}plone.app.upgrade>=0:${PORTSDIR}/www/py-plone.app.upgrade \ ${PYTHON_PKGNAMEPREFIX}plone.app.uuid>=0:${PORTSDIR}/www/py-plone.app.uuid \ |