diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-07 13:04:43 +0800 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-07 13:04:43 +0800 |
commit | bad881dd75376827336b2541941f4c7b3e7b829d (patch) | |
tree | 9450a9199fd9502e5eb27825a7d0e605fae430e0 /www | |
parent | 216e423c97b76113a7940c8e14e5aacf87686446 (diff) | |
download | freebsd-ports-gnome-bad881dd75376827336b2541941f4c7b3e7b829d.tar.gz freebsd-ports-gnome-bad881dd75376827336b2541941f4c7b3e7b829d.tar.zst freebsd-ports-gnome-bad881dd75376827336b2541941f4c7b3e7b829d.zip |
- Add DBM=ndbm support
PR: ports/83644
Submitted by: Oliver Brandmueller <ob@gruft.de>
With Hat: apache@
Diffstat (limited to 'www')
-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} |