summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-06-05 20:02:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-06-05 20:02:03 +0000
commit045dcdcadc7f9bed40543969a7aa3cc97e2e2c7e (patch)
tree308c07b9f34d44bbb571ac1bf364be94b3d9fa78 /lang
parentProject has been renamed from menueditor to smeg. Visit website for more (diff)
- allow php4-dba to use Berkeley DB 4.3
PR: ports/76150 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Approved by: maintainer timeout (5 months)
Notes
Notes: svn path=/head/; revision=136854
Diffstat (limited to 'lang')
-rw-r--r--lang/php4/Makefile.ext4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext
index ca0464e673ef..002a91252647 100644
--- a/lang/php4/Makefile.ext
+++ b/lang/php4/Makefile.ext
@@ -389,6 +389,9 @@ CONFIGURE_ARGS+=--without-cdb
. endif
. if defined(WITH_DB4)
WITH_DB4_VER?= 41
+. if ${WITH_DB4_VER} == 43
+LIB_DEPENDS+= db-4.3.0:${PORTSDIR}/databases/db43
+. else
. if ${WITH_DB4_VER} == 42
LIB_DEPENDS+= db-4.2.2:${PORTSDIR}/databases/db42
. else
@@ -398,6 +401,7 @@ LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4
LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41
. endif
. endif
+. endif
CONFIGURE_ARGS+=--with-db4=${LOCALBASE}
. endif
. if defined(WITH_GDBM)