summaryrefslogtreecommitdiffstats
path: root/libs/gettext/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'libs/gettext/DEPENDS')
-rwxr-xr-xlibs/gettext/DEPENDS7
1 files changed, 6 insertions, 1 deletions
diff --git a/libs/gettext/DEPENDS b/libs/gettext/DEPENDS
index 08e490d9d9..31dc595b58 100755
--- a/libs/gettext/DEPENDS
+++ b/libs/gettext/DEPENDS
@@ -1,8 +1,13 @@
depends gnupg &&
-depends icu &&
depends smgl-fhs &&
optional_depends libxml2 "" "--with-included-libxml" "use system libxml2" &&
+if is_depends enabled $SPELL libxml2;then
+ if is_depends_enabled libxml2 icu;then
+ depends icu
+ fi
+fi &&
+
optional_depends libunistring '' '--with-included-libunistring' 'use sytem libunistring' &&
optional_depends libcroco "" "--with-included-libcroco" "use system libcroco" &&