diff options
-rw-r--r-- | net/ntop/scripts/configure.sh | 2 | ||||
-rw-r--r-- | www/mod_php3/scripts/configure.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/ntop/scripts/configure.sh b/net/ntop/scripts/configure.sh index c0ff4f730142..aa6da489a0f9 100644 --- a/net/ntop/scripts/configure.sh +++ b/net/ntop/scripts/configure.sh @@ -80,7 +80,7 @@ while [ "$1" ]; do ;; \"locale\") - echo "LIB_DEPENDS+= intl.4:\${PORTSDIR}/devel/gettext" + echo "LIB_DEPENDS+= intl.5:\${PORTSDIR}/devel/gettext" echo "CONFIGURE_ARGS+=--with-localedir=\${LOCALBASE}/share/locale" echo "CONFIGURE_ARGS+=--enable-i18n" ;; 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\") |