diff options
author | seanc <seanc@FreeBSD.org> | 2003-04-14 05:56:57 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-04-14 05:56:57 +0800 |
commit | e9717422d572226de6ce1090595456adbf73c39f (patch) | |
tree | 36b32535f8c091c9bdf6d77f5aec5d0d0310092a /mail/bmf | |
parent | 8ee7f0d8c6323321b099d9e18062cac33f7afd7b (diff) | |
download | freebsd-ports-gnome-e9717422d572226de6ce1090595456adbf73c39f.tar.gz freebsd-ports-gnome-e9717422d572226de6ce1090595456adbf73c39f.tar.zst freebsd-ports-gnome-e9717422d572226de6ce1090595456adbf73c39f.zip |
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/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 |