From 5c738e8ba46cd8219efa5460e7d2c1ed75b12f8b Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Thu, 1 Aug 2002 20:56:58 +0000 Subject: [PATCH] Two more gettext shlib updates that got missed. --- www/mod_php3/scripts/configure.php | 2 +- www/mod_php4/scripts/configure.php | 2 +- www/mod_php5/scripts/configure.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index d8ed8bd55600..26578008c537 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -154,7 +154,7 @@ while [ "$1" ]; do echo "CONFIGURE_ARGS+=--with-ftp" ;; \"gettext\") - echo "LIB_DEPENDS+= intl.2:\${PORTSDIR}/devel/gettext" + echo "LIB_DEPENDS+= intl.4:\${PORTSDIR}/devel/gettext" echo "CONFIGURE_ARGS+=--with-gettext=\${PREFIX}" ;; \"YP\") diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 4ca7ac82ec52..ad90c1d89bc7 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -293,7 +293,7 @@ while [ "$1" ]; do echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libcurl.a:\${PORTSDIR}/ftp/curl" ;; \"gettext\") - echo "LIB_DEPENDS+= intl.2:\${PORTSDIR}/devel/gettext" + echo "LIB_DEPENDS+= intl.4:\${PORTSDIR}/devel/gettext" echo "CONFIGURE_ARGS+=--with-gettext=\${LOCALBASE}" ;; \"iconv\") diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 4ca7ac82ec52..ad90c1d89bc7 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -293,7 +293,7 @@ while [ "$1" ]; do echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libcurl.a:\${PORTSDIR}/ftp/curl" ;; \"gettext\") - echo "LIB_DEPENDS+= intl.2:\${PORTSDIR}/devel/gettext" + echo "LIB_DEPENDS+= intl.4:\${PORTSDIR}/devel/gettext" echo "CONFIGURE_ARGS+=--with-gettext=\${LOCALBASE}" ;; \"iconv\")