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/bmf | |
parent | 19695399b582ae3511389cdc4a953cae73453abf (diff) | |
download | ports-73da7cbd5b532b0263aee6943aee6389ee55d0ab.tar.gz ports-73da7cbd5b532b0263aee6943aee6389ee55d0ab.zip |
Notes
Diffstat (limited to 'mail/bmf')
-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 |