diff options
Diffstat (limited to 'repo')
-rw-r--r-- | repo/system/gettext.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/gettext.xibuild b/repo/system/gettext.xibuild index 7398253..05f6fb7 100644 --- a/repo/system/gettext.xibuild +++ b/repo/system/gettext.xibuild @@ -1,7 +1,7 @@ #!/bin/bash MAKEDEPS=(make ) -DEPS=(acl sh glib2) +DEPS=(acl sh glib) PKG_VER=0.21 SOURCE=https://ftp.gnu.org/pub/gnu/gettext/gettext-$PKG_VER.tar.gz |