aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2008-09-02 15:56:49 +0800
committerclement <clement@FreeBSD.org>2008-09-02 15:56:49 +0800
commita9297b2045a9d246e96da17c4e3d19cccda53b68 (patch)
tree12836c5a2ad8ccbd58c998c9d618731dbfd6e7a2 /www
parent6296c048ccd0c74a584cad4684669959c2c289b4 (diff)
downloadfreebsd-ports-gnome-a9297b2045a9d246e96da17c4e3d19cccda53b68.tar.gz
freebsd-ports-gnome-a9297b2045a9d246e96da17c4e3d19cccda53b68.tar.zst
freebsd-ports-gnome-a9297b2045a9d246e96da17c4e3d19cccda53b68.zip
- apache 2.0.x doesn't support BDB 4.7
Diffstat (limited to 'www')
-rw-r--r--www/apache20/Makefile.modules2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache20/Makefile.modules b/www/apache20/Makefile.modules
index f248703f2cd0..c075f867fdb8 100644
--- a/www/apache20/Makefile.modules
+++ b/www/apache20/Makefile.modules
@@ -71,7 +71,7 @@ CONFIGURE_ARGS+= --with-dbm=db185 \
--with-berkeley-db=/usr
. else
USE_BDB= yes
-INVALID_BDB_VER= 46
+INVALID_BDB_VER= 46 47
CONFIGURE_ARGS+= --with-dbm=db${BDB_VER:S/40/4/} \
--with-berkeley-db=${LOCALBASE}
. endif