diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-06-14 14:47:26 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-06-14 14:47:26 +0000 |
commit | 0b4285ce0294289bd6aa2b09514da856494bd966 (patch) | |
tree | 40fb08f5c978d8dacb676c4a679c7f946782e2c4 /lang/php53/Makefile.ext | |
parent | d02ede9337b1265e1ee876a53652403f659870f4 (diff) |
Notes
Diffstat (limited to 'lang/php53/Makefile.ext')
-rw-r--r-- | lang/php53/Makefile.ext | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index c3774d39f8fb..01f62c8d8a4d 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -407,14 +407,18 @@ CONFIGURE_ARGS+=--with-zlib=/usr CONFIGURE_ARGS+=--without-cdb . endif . if defined(WITH_DB4) -WITH_DB4_VER?= 41 +WITH_DB4_VER?= 43 . if ${WITH_DB4_VER} == 42 -LIB_DEPENDS+= db-4.2.2:${PORTSDIR}/databases/db42 +LIB_DEPENDS+= db-4.2.2:${PORTSDIR}/databases/db42 +. else +. if ${WITH_DB4_VER} == 41 +LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41 . else . if ${WITH_DB4_VER} == 4 -LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4 +LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4 . else -LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41 +LIB_DEPENDS+= db-4.3.0:${PORTSDIR}/databases/db43 +. endif . endif . endif CONFIGURE_ARGS+=--with-db4=${LOCALBASE} |