summaryrefslogtreecommitdiffstats
path: root/mail/bmf
diff options
context:
space:
mode:
authorseanc <seanc@FreeBSD.org>2003-04-13 21:56:57 +0000
committerseanc <seanc@FreeBSD.org>2003-04-13 21:56:57 +0000
commite9717422d572226de6ce1090595456adbf73c39f (patch)
tree36b32535f8c091c9bdf6d77f5aec5d0d0310092a /mail/bmf
parent8ee7f0d8c6323321b099d9e18062cac33f7afd7b (diff)
downloadFreeBSD-ports-e9717422d572226de6ce1090595456adbf73c39f.zip
FreeBSD-ports-e9717422d572226de6ce1090595456adbf73c39f.tar.gz
By default, bmf should use the system's db library and not bdb3. Not bumping
portversion because I don't know if .db files are compatible from one lib to the next (I suspect they're not).
Diffstat (limited to 'mail/bmf')
-rw-r--r--mail/bmf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/bmf/Makefile b/mail/bmf/Makefile
index 4591502..61b4014 100644
--- a/mail/bmf/Makefile
+++ b/mail/bmf/Makefile
@@ -23,7 +23,7 @@ CONFIGURE_ENV+= DB_LIBNAME=-ldb41
LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4
CONFIGURE_ENV+= LDFLAGS=-L${LOCALBASE}/lib
CONFIGURE_ENV+= DB_LIBNAME=-ldb4
-.else
+.elfif defined(WITH_BDB3)
LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
CONFIGURE_ENV+= LDFLAGS=-L${LOCALBASE}/lib
CONFIGURE_ENV+= DB_LIBNAME=-ldb3
OpenPOWER on IntegriCloud