1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Fix previous commit which did not define

BDB_LIB_NAME, BDB_LIB_CXX_NAME and BDB_LIB_DIR
when db48 is selected

Submitted by:	ume@
Approved by:	miwi@ with portmgr hat on
This commit is contained in:
Steven Kreuzer 2009-11-30 16:20:34 +00:00
parent 0d6352e138
commit 329b1d6732
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245024

View File

@ -225,7 +225,7 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
.if defined(USE_BDB)
_DB_PORTS= 2 3 40 41 42 43 44 45 46 47 3+ 40+ 41+ 42+ 43+ 44+ 45+ 46+ 47+ 48+
_DB_PORTS= 2 3 40 41 42 43 44 45 46 47 48 3+ 40+ 41+ 42+ 43+ 44+ 45+ 46+ 47+ 48+
# Dependence lines for different db versions
db2_DEPENDS= db2.0:${PORTSDIR}/databases/db2
db3_DEPENDS= db3.3:${PORTSDIR}/databases/db3
@ -396,6 +396,10 @@ BDB_LIB_DIR= ${LOCALBASE}/lib/db46
BDB_LIB_NAME= db-4.7
BDB_LIB_CXX_NAME= db_cxx-4.7
BDB_LIB_DIR= ${LOCALBASE}/lib/db47
. elif ${_BDB_VER} == 48
BDB_LIB_NAME= db-4.8
BDB_LIB_CXX_NAME= db_cxx-4.8
BDB_LIB_DIR= ${LOCALBASE}/lib/db48
. endif
BDB_LIB_NAME?= db${_BDB_VER}
BDB_LIB_CXX_NAME?= db${_BDB_VER}_cxx