- Support bdb43

PR:		ports/82924
Submitted by:	delphij
Approved by:	maintainer timeout (knu; 2 months)
This commit is contained in:
Pav Lucistnik 2005-09-10 21:16:04 +00:00
parent 00cbd51bbd
commit 5b688257fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142387

View File

@ -31,6 +31,9 @@ WITH_BDB_VER= 41
.elif defined(WITH_BDB42) || defined(WITH_DB42)
WITH_BDB_VER= 42
LIB_SUFFIX= -4.2
.elif defined(WITH_BDB43) || defined(WITH_DB43)
WITH_BDB_VER= 43
LIB_SUFFIX= -4.3
.endif
WITH_BDB_VER?= 4
LIB_SUFFIX?= ${WITH_BDB_VER}