1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Mark Berkeley DB 5.1 incompatibility.

This commit is contained in:
Matthias Andree 2011-03-21 20:45:40 +00:00
parent 8627c1e089
commit 0b4cff2775
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271425

View File

@ -38,6 +38,7 @@ MAKE_ARGS+= -DSORT
MAKE_ARGS+= -DBSD_DB
.else
USE_BDB= 3+
INVALID_BDB_VER=51
MAKE_ARGS+= BDB_VER=${BDB_VER} BDB_LIB_DIR=${BDB_LIB_DIR}
.endif