diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-05-07 13:04:43 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-05-07 13:04:43 +0800 |
commit | f362dea7e365997b69a60d907faf00bdc57a270f (patch) | |
tree | 4097154d9e52ae2e666fe534f048f543e64561eb /www/apache20 | |
parent | 391b548d85bb0613c6e48458a8898f6cac751205 (diff) | |
download | freebsd-ports-gnome-f362dea7e365997b69a60d907faf00bdc57a270f.tar.gz freebsd-ports-gnome-f362dea7e365997b69a60d907faf00bdc57a270f.tar.zst freebsd-ports-gnome-f362dea7e365997b69a60d907faf00bdc57a270f.zip |
- Add DBM=ndbm support
PR: ports/83644
Submitted by: Oliver Brandmueller <ob@gruft.de>
With Hat: apache@
Diffstat (limited to 'www/apache20')
-rw-r--r-- | www/apache20/Makefile.modules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/apache20/Makefile.modules b/www/apache20/Makefile.modules index 7c3816a8088b..29540ca0d060 100644 --- a/www/apache20/Makefile.modules +++ b/www/apache20/Makefile.modules @@ -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} |