diff options
author | pav <pav@FreeBSD.org> | 2004-01-05 19:14:41 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-05 19:14:41 +0000 |
commit | 3a587dbc6eb541c3696a145e55355be651523aba (patch) | |
tree | dddae21fea20d14a28d33c5d37052637d148d956 /www/zope-formulator | |
parent | 4c834f543527dc4713a302f7f5fb2c24380790f8 (diff) | |
download | FreeBSD-ports-3a587dbc6eb541c3696a145e55355be651523aba.zip FreeBSD-ports-3a587dbc6eb541c3696a145e55355be651523aba.tar.gz |
- 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/zope-formulator')
-rw-r--r-- | www/zope-formulator/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/zope-formulator/Makefile b/www/zope-formulator/Makefile index 5945634..89e9e4c 100644 --- a/www/zope-formulator/Makefile +++ b/www/zope-formulator/Makefile @@ -20,6 +20,8 @@ USE_PYTHON= yes USE_ZOPE= yes DIST_SUBDIR= zope +CONFLICTS= plone-* + ZOPEPRODUCTNAME= Formulator PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR} |