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 | - Update to 0.15.13 (diff) |
- Remove IGNORE, 0.15.13 is fine with TDB
- Add CONFLICTS for bogofilter-qdbm.
PR: 60812
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=97076
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" |