diff options
Diffstat (limited to 'www/mod_php3/scripts/configure.php')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index c31f8f45abcf..8bf0fd7f3031 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -156,7 +156,7 @@ while [ "$1" ]; do echo "CONFIGURE_ARGS+=--with-ftp" ;; \"gettext\") - echo "LIB_DEPENDS+= intl.4:\${PORTSDIR}/devel/gettext" + echo "LIB_DEPENDS+= intl.5:\${PORTSDIR}/devel/gettext" echo "CONFIGURE_ARGS+=--with-gettext=\${PREFIX}" ;; \"YP\") |