diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-05-23 12:09:06 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-05-23 12:09:06 +0000 |
commit | ff9b5de54fe9e51a3ec5f52c53c1166f2945459e (patch) | |
tree | 644895321175f40819af816f79684748475fa824 /mail/spamprobe | |
parent | c40d46626718fe236febdc04b97c6cbef19acec2 (diff) | |
download | ports-ff9b5de54fe9e51a3ec5f52c53c1166f2945459e.tar.gz ports-ff9b5de54fe9e51a3ec5f52c53c1166f2945459e.zip |
Notes
Diffstat (limited to 'mail/spamprobe')
-rw-r--r-- | mail/spamprobe/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/spamprobe/Makefile b/mail/spamprobe/Makefile index 5f78fa300d2f..960e7db19838 100644 --- a/mail/spamprobe/Makefile +++ b/mail/spamprobe/Makefile @@ -38,8 +38,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -lpbl # BerkleyDB support .if !defined(WITHOUT_BDB) -USE_BDB= 3+ -INVALID_BDB_VER=2 +USE_BDB= 40+ CONFIGURE_ARGS+= --enable-cdb CPPFLAGS+= -I${BDB_INCLUDE_DIR} -DUSE_DB=1 LDFLAGS+= -L${LOCALBASE}/lib -l${BDB_LIB_NAME} |