diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-02 12:30:58 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-02 12:30:58 +0000 |
commit | e7ec922f181b8fd2ad013fe74983d99b0e46db63 (patch) | |
tree | f118c2e75e1d4d10cf7113d6a4c30a8dc9601b33 /mail | |
parent | e7fe8707f8d3cfe96df3714605745f904c389a5d (diff) | |
download | ports-e7ec922f181b8fd2ad013fe74983d99b0e46db63.tar.gz ports-e7ec922f181b8fd2ad013fe74983d99b0e46db63.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter-tdb/Makefile | 4 |
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" |