summaryrefslogtreecommitdiffstats
path: root/php-pear/php/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'php-pear/php/DEPENDS')
-rwxr-xr-xphp-pear/php/DEPENDS6
1 files changed, 3 insertions, 3 deletions
diff --git a/php-pear/php/DEPENDS b/php-pear/php/DEPENDS
index ad80f0a73a..adf9b773c4 100755
--- a/php-pear/php/DEPENDS
+++ b/php-pear/php/DEPENDS
@@ -102,9 +102,9 @@ if is_version_less 5.2.9999 "${VERSION}"; then
"use enchant for spelling functions?" &&
optional_depends icu \
- "--with-icu-dir=${INSTALL_ROOT}/usr" \
- "--without-icu-dir" \
- "for ICU unicode support" &&
+ "--enable-intl --with-icu-dir=${INSTALL_ROOT}/usr" \
+ "--disable-intl --without-icu-dir" \
+ "for ICU unicode (internationalization) support" &&
optional_depends oniguruma \
"--with-onig=${INSTALL_ROOT}/usr" "--without-onig" \