- Add support for BDB 4.3

PR:		ports/83534
Submitted by:	Martin Matuska <martin@matuska.org> (maintainer)
This commit is contained in:
Pav Lucistnik 2005-07-16 00:56:03 +00:00
parent 7dd9786921
commit eb492635c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139318

View file

@ -41,8 +41,11 @@ CONFIGURE_ARGS= --with-bdb-lib=-ldb41_cxx --with-bdb-incdir=${LOCALBASE}/include
.elif ${WITH_BDB_VER} == 42
LIB_DEPENDS+= db-4.2:${PORTSDIR}/databases/db42
CONFIGURE_ARGS= --with-bdb-lib=-ldb_cxx-4.2 --with-bdb-incdir=${LOCALBASE}/include/db42
.elif ${WITH_BDB_VER} == 43
LIB_DEPENDS+= db-4.3:${PORTSDIR}/databases/db43
CONFIGURE_ARGS= --with-bdb-lib=-ldb_cxx-4.3 --with-bdb-incdir=${LOCALBASE}/include/db43
.else
.error WITH_BDB_VER must be one between 3, 4, 41 or 42
.error WITH_BDB_VER must be one between 3, 4, 41, 42 or 43
.endif
MAN1= dns-terror.1 btree-dump.1 convert-dom-db.1 convert-ip-db.1 \