aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-02 12:30:58 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-02 12:30:58 +0000
commite7ec922f181b8fd2ad013fe74983d99b0e46db63 (patch)
treef118c2e75e1d4d10cf7113d6a4c30a8dc9601b33 /mail
parente7fe8707f8d3cfe96df3714605745f904c389a5d (diff)
downloadports-e7ec922f181b8fd2ad013fe74983d99b0e46db63.tar.gz
ports-e7ec922f181b8fd2ad013fe74983d99b0e46db63.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/bogofilter-tdb/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/bogofilter-tdb/Makefile b/mail/bogofilter-tdb/Makefile
index 86687aac2dd5..e2b70613e45e 100644
--- a/mail/bogofilter-tdb/Makefile
+++ b/mail/bogofilter-tdb/Makefile
@@ -14,13 +14,11 @@ MASTERDIR= ${.CURDIR}/../bogofilter
LIB_DEPENDS= tdb.1:${PORTSDIR}/databases/tdb
-CONFLICTS= bogofilter-0*
+CONFLICTS= bogofilter-0* bogofilter-qdbm*
CONFIGURE_ARGS= --with-database=tdb
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
DESCR= ${PKGDIR}/pkg-descr
-IGNORE= "is currently broken. Fix it yourself or ask gyepi@users.sourceforge.net to fix TDB mode"
-
.include "${MASTERDIR}/Makefile"