- s/bsd.databases.mk/bsd.database.mk/
PR: ports/119823 Submitted by: mm
This commit is contained in:
parent
7d35964a38
commit
08e7642f45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205877
2 changed files with 2 additions and 2 deletions
2
UPDATING
2
UPDATING
|
@ -10,7 +10,7 @@ upgrades.
|
|||
AFFECTS: users of www/apache22
|
||||
AUTHOR: clement@FreeBSD.org
|
||||
|
||||
BDB framework provided by bsd.databases.mk is now used by www/apache22
|
||||
BDB framework provided by bsd.database.mk is now used by www/apache22
|
||||
port. WITH_BERKELEYDB knob is deprecated in favor of WITH_BDB and
|
||||
WITH_BDB_VER/WITH_BDB_BASE, see documentation for more details.
|
||||
('make show-options').
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
## WITH_THREADS: Enable threads support
|
||||
## WITH_DBM: Choose your DBM: bdb (Berkeley DB), gdbm or
|
||||
## ndbm (default)
|
||||
## WITH_BDB: Define to select bdb via bsd.databases.mk
|
||||
## WITH_BDB: Define to select bdb via bsd.database.mk
|
||||
## desired version may be set with
|
||||
## WITH_BDB_VER or APACHE22_WITH_BDB_VER
|
||||
## WITH_BDB_BASE: Define to use bdb from base (1.85)
|
||||
|
|
Loading…
Reference in a new issue