diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-03-28 22:09:22 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-03-28 22:09:22 +0000 |
commit | 07ad8d723bec2c25301853bb1edc5de7d433e58a (patch) | |
tree | 93bc1f0c86718aff54c1f747a43a69a9a0a21e06 /lang/php4/Makefile | |
parent | Update to 1.7.6 release. (diff) |
Fix db 4.2 dependency.
PR: ports/64802
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Diffstat (limited to 'lang/php4/Makefile')
-rw-r--r-- | lang/php4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index f2a6626250f0..bb8efd4e217b 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -250,7 +250,7 @@ CONFIGURE_ARGS+=--with-curl=${LOCALBASE} .if defined(WITH_DB4) WITH_DB4_VER?= 41 .if ${WITH_DB4_VER} == 42 -LIB_DEPENDS+= db4.2.2:${PORTSDIR}/databases/db42 +LIB_DEPENDS+= db-4.2.2:${PORTSDIR}/databases/db42 .else .if ${WITH_DB4_VER} == 4 LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4 |