diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-01-19 20:05:53 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-01-19 20:05:53 +0800 |
commit | 11142f4223be50b2e0689040f182dcbcfe60aa80 (patch) | |
tree | ee014cd170eb7e418d8af75c2bc7e542d21a6ba1 | |
parent | 96c3c9822a6521f0a4455e957b85b54d9a6e3a09 (diff) | |
download | freebsd-ports-gnome-11142f4223be50b2e0689040f182dcbcfe60aa80.tar.gz freebsd-ports-gnome-11142f4223be50b2e0689040f182dcbcfe60aa80.tar.zst freebsd-ports-gnome-11142f4223be50b2e0689040f182dcbcfe60aa80.zip |
Make port properly conflicting with textproc/sphinxsearch-devel
Submitted by: Daniel Gerzo <danger@freebsd.org>
-rw-r--r-- | textproc/sphinxsearch/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/sphinxsearch/Makefile b/textproc/sphinxsearch/Makefile index 09298c5c5c4d..bbeace4fc5c5 100644 --- a/textproc/sphinxsearch/Makefile +++ b/textproc/sphinxsearch/Makefile @@ -17,6 +17,8 @@ DISTNAME= sphinx-${PORTVERSION} MAINTAINER= m.seaman@infracaninophile.co.uk COMMENT= Sphinx Full-Text Search Engine +CONFLICTS= sphinxsearch-devel-[0-9]* + OPTIONS= MYSQL "MySQL support" on \ PGSQL "PostgreSQL support" off \ OPTIMIZED_CFLAGS "Use compiler optimization (-O3)" off |