diff options
author | ale <ale@FreeBSD.org> | 2008-12-11 20:02:19 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2008-12-11 20:02:19 +0800 |
commit | 777794f7acf212a6f08dc64d6d3e78717b8be018 (patch) | |
tree | 94257926a807415507ddadbfcfbd076ceee20e83 /lang/php5 | |
parent | afb49d5a1fd493f1cd7bfec3b156ceb4e24c82cb (diff) | |
download | freebsd-ports-graphics-777794f7acf212a6f08dc64d6d3e78717b8be018.tar.gz freebsd-ports-graphics-777794f7acf212a6f08dc64d6d3e78717b8be018.tar.zst freebsd-ports-graphics-777794f7acf212a6f08dc64d6d3e78717b8be018.zip |
Allow BDB 40+.
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.ext | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 7408a039347..ef5dde8936f 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -515,9 +515,8 @@ CONFIGURE_ARGS+=--without-cdb . if defined(WITH_DB4) CONFIGURE_ARGS+=--with-db4=${LOCALBASE} -USE_BDB= yes +USE_BDB= 40+ WITH_BDB_HIGHEST= yes -INVALID_BDB_VER= 2 3 . endif . if defined(WITH_GDBM) LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm |