diff options
author | ale <ale@FreeBSD.org> | 2004-03-29 06:09:22 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-03-29 06:09:22 +0800 |
commit | 0bb4bd10e7413184d53af01afc62ebd5dcf377a7 (patch) | |
tree | 01e3f1f0c37f81f308bf203b29bb417248b9ee8c /lang/php5 | |
parent | 68727c46760af22c6f0e84be82dd29434c9722b1 (diff) | |
download | freebsd-ports-gnome-0bb4bd10e7413184d53af01afc62ebd5dcf377a7.tar.gz freebsd-ports-gnome-0bb4bd10e7413184d53af01afc62ebd5dcf377a7.tar.zst freebsd-ports-gnome-0bb4bd10e7413184d53af01afc62ebd5dcf377a7.zip |
Fix db 4.2 dependency.
PR: ports/64802
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 18199d79dc12..2f9f0a51e952 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -247,7 +247,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 |