diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-04-13 21:56:57 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-04-13 21:56:57 +0000 |
commit | 73da7cbd5b532b0263aee6943aee6389ee55d0ab (patch) | |
tree | 1cf626146020cb5bc3b3fe3e4572b977ae4e31e1 /mail | |
parent | * Upgrade to 0.11.1.9. (diff) |
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).
Notes
Notes:
svn path=/head/; revision=78908
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bmf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |