From 73da7cbd5b532b0263aee6943aee6389ee55d0ab Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Sun, 13 Apr 2003 21:56:57 +0000 Subject: 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). --- mail/bmf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/bmf/Makefile b/mail/bmf/Makefile index 459150288071..61b4014b13ea 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 -- cgit v1.2.3