diff options
| author | Clement Laforet <clement@FreeBSD.org> | 2008-09-02 07:56:49 +0000 |
|---|---|---|
| committer | Clement Laforet <clement@FreeBSD.org> | 2008-09-02 07:56:49 +0000 |
| commit | c2df5e59c92dd7b511bbddb2027ce87051e7a527 (patch) | |
| tree | 979996f0b38fedbf45e8045483e2846704a539d0 | |
| parent | - Fix incorrect redirection order in startup script (diff) | |
- apache 2.0.x doesn't support BDB 4.7
Notes
Notes:
svn path=/head/; revision=219644
| -rw-r--r-- | www/apache20/Makefile.modules | 2 |
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 |
