diff options
-rw-r--r-- | mail/bogofilter-qdbm/Makefile | 3 | ||||
-rw-r--r-- | mail/bogofilter-tdb/Makefile | 3 | ||||
-rw-r--r-- | mail/bogofilter/Makefile | 2 | ||||
-rw-r--r-- | russian/bogofilter/Makefile | 2 |
4 files changed, 4 insertions, 6 deletions
diff --git a/mail/bogofilter-qdbm/Makefile b/mail/bogofilter-qdbm/Makefile index 1fd19d2d0978..529c54b3af0b 100644 --- a/mail/bogofilter-qdbm/Makefile +++ b/mail/bogofilter-qdbm/Makefile @@ -14,8 +14,7 @@ MAINTAINER= matthias.andree@gmx.de LIB_DEPENDS= qdbm.9:${PORTSDIR}/databases/qdbm -CONFLICTS= bogofilter-[0-9]* bogofilter-tdb-[0-9]* [a-z][a-z]-bogofilter-[0-9]* \ - bogofilter-current-[0-9]* +CONFLICTS= bogofilter-[0-9]* bogofilter-tdb-[0-9]* [a-z][a-z]-bogofilter-[0-9]* bogofilter-sqlite-[0-9]* CONFIGURE_ARGS= --with-database=qdbm CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/mail/bogofilter-tdb/Makefile b/mail/bogofilter-tdb/Makefile index 5642c72c0ceb..10ee3ae0dca3 100644 --- a/mail/bogofilter-tdb/Makefile +++ b/mail/bogofilter-tdb/Makefile @@ -13,8 +13,7 @@ MAINTAINER= matthias.andree@gmx.de LIB_DEPENDS= tdb.1:${PORTSDIR}/databases/tdb -CONFLICTS= bogofilter-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]* \ - bogofilter-current-[0-9]* +CONFLICTS= bogofilter-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]* bogofilter-sqlite-[0-9]* CONFIGURE_ARGS= --with-database=tdb CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 5e149cedbced..3b479002fdb6 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS+= gsl:${PORTSDIR}/math/gsl RUN_DEPENDS= bash:${PORTSDIR}/shells/bash .endif -CONFLICTS?= bogofilter-sqlite-[0-9]* bogofilter-tdb-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]* +CONFLICTS?= bogofilter-sqlite-[0-9]* bogofilter-tdb-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]* bogofilter-sqlite-[0-9]* USE_BZIP2= yes USE_REINPLACE= yes diff --git a/russian/bogofilter/Makefile b/russian/bogofilter/Makefile index 69e19f16e263..684353188761 100644 --- a/russian/bogofilter/Makefile +++ b/russian/bogofilter/Makefile @@ -11,7 +11,7 @@ MAINTAINER= yar@freebsd.org BROKEN= The support for KOI8-R wordlist storage is broken in bogofilter >=0.94.x -CONFLICTS= bogofilter-[0-9]* bogofilter-tdb-[0-9]* bogofilter-qdbm-[0-9]* +CONFLICTS= bogofilter-[0-9]* bogofilter-tdb-[0-9]* bogofilter-qdbm-[0-9]* bogofilter-sqlite-[0-9]* CFLAGS+= -DWINDOWS_1251_to_CYRILLIC |