aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php5/scripts
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2002-08-02 04:56:58 +0800
committerade <ade@FreeBSD.org>2002-08-02 04:56:58 +0800
commit0696395bb1cb7cd6c9e1ed15e446c96d7a9a8685 (patch)
tree8a0823daa0ebb932456057f4f413d5c7fa3bab65 /www/mod_php5/scripts
parent6d24116db9651f62bf4a4fcf9d8e7f68d360cc3e (diff)
downloadfreebsd-ports-gnome-0696395bb1cb7cd6c9e1ed15e446c96d7a9a8685.tar.gz
freebsd-ports-gnome-0696395bb1cb7cd6c9e1ed15e446c96d7a9a8685.tar.zst
freebsd-ports-gnome-0696395bb1cb7cd6c9e1ed15e446c96d7a9a8685.zip
Two more gettext shlib updates that got missed.
Diffstat (limited to 'www/mod_php5/scripts')
-rw-r--r--www/mod_php5/scripts/configure.php2
1 files changed, 1 insertions, 1 deletions
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\")