mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Require BDB >= 4.4.
Submitted by: des
This commit is contained in:
parent
81ac4e4209
commit
f6d8b1ccd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350873
1 changed files with 1 additions and 2 deletions
|
@ -344,8 +344,7 @@ PLIST_SUB+= BACK_BDB="@comment " \
|
||||||
.else
|
.else
|
||||||
|
|
||||||
WITH_BDB_VER?= 46
|
WITH_BDB_VER?= 46
|
||||||
INVALID_BDB_VER= 42
|
USE_BDB= 44+
|
||||||
USE_BDB= yes
|
|
||||||
|
|
||||||
# XXX Can BDB 5.x use XY instead of X as version?
|
# XXX Can BDB 5.x use XY instead of X as version?
|
||||||
.if ${WITH_BDB_VER} >= 43 || ${WITH_BDB_VER} == 5 || ${WITH_BDB_VER} == 6
|
.if ${WITH_BDB_VER} >= 43 || ${WITH_BDB_VER} == 5 || ${WITH_BDB_VER} == 6
|
||||||
|
|
Loading…
Add table
Reference in a new issue