diff options
author | pav <pav@FreeBSD.org> | 2004-01-06 03:14:41 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-06 03:14:41 +0800 |
commit | 3a587dbc6eb541c3696a145e55355be651523aba (patch) | |
tree | dddae21fea20d14a28d33c5d37052637d148d956 /www/plone3 | |
parent | 4c834f543527dc4713a302f7f5fb2c24380790f8 (diff) | |
download | freebsd-ports-gnome-3a587dbc6eb541c3696a145e55355be651523aba.tar.gz freebsd-ports-gnome-3a587dbc6eb541c3696a145e55355be651523aba.tar.zst freebsd-ports-gnome-3a587dbc6eb541c3696a145e55355be651523aba.zip |
- Add conflicts between www/plone and www/zope-formulator, they both install
Zope Product named Formulator, which are incompatible.
PR: ports/60845
Submitted by: Filippo Natali <filippo.natali@widestore.net> (plone maintainer)
Diffstat (limited to 'www/plone3')
-rw-r--r-- | www/plone3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/plone3/Makefile b/www/plone3/Makefile index d9aa8622fa09..72b5c9638aae 100644 --- a/www/plone3/Makefile +++ b/www/plone3/Makefile @@ -18,6 +18,8 @@ COMMENT= A user friendly implementation of the CMF written on top of ZOPE RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/lib/python/Products/CMFDefault/__init__.py:${PORTSDIR}/www/zope-cmf13 +CONFLICTS= zope-formulator-* + USE_PYTHON= yes USE_ZOPE= yes PYTHON_VERSION= python2.1 |