aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2005-05-17 11:31:09 +0800
committervanilla <vanilla@FreeBSD.org>2005-05-17 11:31:09 +0800
commit86357bc57248c79b0e267c7ad80aba045faa7570 (patch)
treefbb022ec4a041aa948babddac25ffa400237fa85
parentf0fc4366c6f59bcfde77fa8761801b0a6ef7b392 (diff)
downloadfreebsd-ports-gnome-86357bc57248c79b0e267c7ad80aba045faa7570.tar.gz
freebsd-ports-gnome-86357bc57248c79b0e267c7ad80aba045faa7570.tar.zst
freebsd-ports-gnome-86357bc57248c79b0e267c7ad80aba045faa7570.zip
Add CONFLICTS to bogofilter-current.
-rw-r--r--mail/bogofilter-qdbm/Makefile3
-rw-r--r--mail/bogofilter-tdb/Makefile3
-rw-r--r--mail/bogofilter/Makefile3
3 files changed, 6 insertions, 3 deletions
diff --git a/mail/bogofilter-qdbm/Makefile b/mail/bogofilter-qdbm/Makefile
index af57ee3d18b7..4e2765a00191 100644
--- a/mail/bogofilter-qdbm/Makefile
+++ b/mail/bogofilter-qdbm/Makefile
@@ -14,7 +14,8 @@ 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]*
+CONFLICTS= bogofilter-[0-9]* bogofilter-tdb-[0-9]* [a-z][a-z]-bogofilter-[0-9]* \
+ bogofilter-current-[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 3d00b62f68be..5642c72c0ceb 100644
--- a/mail/bogofilter-tdb/Makefile
+++ b/mail/bogofilter-tdb/Makefile
@@ -13,7 +13,8 @@ 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]*
+CONFLICTS= bogofilter-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]* \
+ bogofilter-current-[0-9]*
CONFIGURE_ARGS= --with-database=tdb
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile
index ae24f262d9c3..95df5736aa8e 100644
--- a/mail/bogofilter/Makefile
+++ b/mail/bogofilter/Makefile
@@ -23,7 +23,8 @@ LIB_DEPENDS+= gsl:${PORTSDIR}/math/gsl
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2
.endif
-CONFLICTS?= bogofilter-tdb-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]*
+CONFLICTS?= bogofilter-tdb-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]* \
+ bogofilter-current-[0-9]*
USE_BZIP2= yes
USE_REINPLACE= yes