aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2005-05-17 03:31:09 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2005-05-17 03:31:09 +0000
commitf05527d8b80177784d12acdd28ce32041be904b4 (patch)
tree34beefd08fe381e7dddfa4789ddce3e4e3461ee3 /mail
parent1c44fa0bf53535ffc75fb27316cfd75b3bfa28f6 (diff)
downloadports-f05527d8b80177784d12acdd28ce32041be904b4.tar.gz
ports-f05527d8b80177784d12acdd28ce32041be904b4.zip
Notes
Diffstat (limited to 'mail')
-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