1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

Bump USE_BDB to 41+, as it builds with 4.1.

This commit is contained in:
Matthias Andree 2011-05-26 09:45:09 +00:00
parent e4a73db528
commit 633f4862c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274682

View File

@ -37,7 +37,7 @@ MAKE_ARGS+= -DSORT
.if defined(WITH_DB185)
MAKE_ARGS+= -DBSD_DB
.else
USE_BDB= 40+
USE_BDB= 41+
INVALID_BDB_VER=51
MAKE_ARGS+= BDB_VER=${BDB_VER} BDB_LIB_DIR=${BDB_LIB_DIR}
.endif