diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-09 00:00:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-09 00:00:18 +0800 |
commit | 0716d2f24db312aa4201fe355fc387ef6c5ef4dc (patch) | |
tree | 1969e5b4dcf3c720a2129d9ac58f8342e2168242 | |
parent | 0e33311107780b2d689d5e9bcc9be1923057c04a (diff) | |
download | freebsd-ports-gnome-0716d2f24db312aa4201fe355fc387ef6c5ef4dc.tar.gz freebsd-ports-gnome-0716d2f24db312aa4201fe355fc387ef6c5ef4dc.tar.zst freebsd-ports-gnome-0716d2f24db312aa4201fe355fc387ef6c5ef4dc.zip |
- Set CONFLICT with mail/bogofilter-tc.
PR: 127039
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
-rw-r--r-- | mail/bogofilter-qdbm/Makefile | 2 | ||||
-rw-r--r-- | mail/bogofilter-sqlite/Makefile | 2 | ||||
-rw-r--r-- | mail/bogofilter/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/bogofilter-qdbm/Makefile b/mail/bogofilter-qdbm/Makefile index 6dc68f098c1b..299f9096642b 100644 --- a/mail/bogofilter-qdbm/Makefile +++ b/mail/bogofilter-qdbm/Makefile @@ -14,7 +14,7 @@ MAINTAINER= matthias.andree@gmx.de LIB_DEPENDS= qdbm.14:${PORTSDIR}/databases/qdbm -CONFLICTS= bogofilter-[0-9]* [a-z][a-z]-bogofilter-[0-9]* bogofilter-sqlite-[0-9]* +CONFLICTS= bogofilter-[0-9]* [a-z][a-z]-bogofilter-[0-9]* bogofilter-sqlite-[0-9]* bogofilter-tc-[0-9]* CONFIGURE_ARGS= --with-database=qdbm BF_CPPFLAGS= -I${LOCALBASE}/include diff --git a/mail/bogofilter-sqlite/Makefile b/mail/bogofilter-sqlite/Makefile index d35321fd8483..239b17dda982 100644 --- a/mail/bogofilter-sqlite/Makefile +++ b/mail/bogofilter-sqlite/Makefile @@ -13,7 +13,7 @@ MAINTAINER= matthias.andree@gmx.de LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 -CONFLICTS= bogofilter-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]* +CONFLICTS= bogofilter-[0-9]* bogofilter-qdbm-[0-9]* bogofilter-tc-[0-9]* [a-z][a-z]-bogofilter-[0-9]* CONFIGURE_ARGS= --with-database=sqlite BF_CPPFLAGS= -I${LOCALBASE}/include diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index b6e4e498171b..37fb18cfb48a 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS?= db-4.3:${PORTSDIR}/databases/db43 OPTIONS= GSL "Link with system-wide GSL dynamically (recommended)" on OPTIONS+= UNICODE "Normalize tokens to Unicode (UTF-8)" on -CONFLICTS?= bogofilter-sqlite-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]* +CONFLICTS?= bogofilter-sqlite-[0-9]* bogofilter-qdbm-[0-9]* bogofilter-tc-[0-9]* [a-z][a-z]-bogofilter-[0-9]* USE_BZIP2= yes USE_PERL5_RUN= yes |