diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2012-06-07 11:59:52 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2012-06-07 11:59:52 +0000 |
commit | 446b7725cb79242bc01d08f7e5e2b4230e5c7fe0 (patch) | |
tree | 88d40bc65a05b30293b5d5582fa0c18fa6701e9b /textproc | |
parent | ab10c2714d9d883bd3f23c64fcffc9dd88272219 (diff) | |
download | ports-446b7725cb79242bc01d08f7e5e2b4230e5c7fe0.tar.gz ports-446b7725cb79242bc01d08f7e5e2b4230e5c7fe0.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sphinxsearch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/sphinxsearch/Makefile b/textproc/sphinxsearch/Makefile index 16a8c10cd494..8c6c2fb064b7 100644 --- a/textproc/sphinxsearch/Makefile +++ b/textproc/sphinxsearch/Makefile @@ -39,7 +39,8 @@ UNIXODBC_DESC= unixODBC support OPTIONS_DEFAULT= ICONV MYSQL SYSLOG -CONFLICTS= sphinxsearch-devel-[0-9]* +CONFLICTS= sphinxsearch-devel-[0-9]* dpsearch-[0-9]* rdb-2.6d \ + swish++-[0-9]* xaira-[0-9]* .include <bsd.port.options.mk> |