diff options
author | danger <danger@FreeBSD.org> | 2012-06-05 23:51:41 +0800 |
---|---|---|
committer | danger <danger@FreeBSD.org> | 2012-06-05 23:51:41 +0800 |
commit | 1bfaa1add1ada83473e99c0b1a60009f70da0103 (patch) | |
tree | 05dc113e8bcc0cf40154b204a82c185751e9f96b /textproc | |
parent | 527db932f6cbc0f62b5a79e73c0dccd639d9cc8d (diff) | |
download | freebsd-ports-gnome-1bfaa1add1ada83473e99c0b1a60009f70da0103.tar.gz freebsd-ports-gnome-1bfaa1add1ada83473e99c0b1a60009f70da0103.tar.zst freebsd-ports-gnome-1bfaa1add1ada83473e99c0b1a60009f70da0103.zip |
- extend CONFLICTS as per
http://ketas.si.pri.ee/ports-conflicts/danger@FreeBSD.org
Submitted by: FreeBSD Ports conflicts checker
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sphinxsearch-devel/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/sphinxsearch-devel/Makefile b/textproc/sphinxsearch-devel/Makefile index 5328cdc6cd7c..303dbbc0b228 100644 --- a/textproc/sphinxsearch-devel/Makefile +++ b/textproc/sphinxsearch-devel/Makefile @@ -25,7 +25,11 @@ LICENSE= GPLv2 LATEST_LINK= sphinxsearch-devel -CONFLICTS= sphinxsearch-[0-9]* +CONFLICTS= sphinxsearch-[0-9]* \ + dpsearch-[0-9]* \ + rdb-[0-9]* \ + swish++-[0-9]* \ + xaira-[0-9]* # If expat is present on the system and configure finds it, it will # unconditionally link the output binary against it. There's no way |