- Add DBM=ndbm support

PR:             ports/83644
Submitted by:   Oliver Brandmueller <ob@gruft.de>
With Hat:       apache@
This commit is contained in:
Philip M. Gollucci 2010-05-07 05:04:43 +00:00
parent 216e423c97
commit bad881dd75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253882

View file

@ -63,6 +63,8 @@ WITH_DBM=bdb
.if defined(WITH_DBM)
. if ${WITH_DBM:L} == "sdbm"
CONFIGURE_ARGS+= --with-dbm=sdbm
. elif ${WITH_DBM:L} == "ndbm"
CONFIGURE_ARGS+= --with-ndbm
. elif ${WITH_DBM:L} == "gdbm"
LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm
CONFIGURE_ARGS+= --with-gdbm=${LOCALBASE}