summaryrefslogtreecommitdiff
path: root/repo/system
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-30 22:18:06 +0000
committerdavidovski <david@davidovski.xyz>2022-01-30 22:18:06 +0000
commit3043733b0bcd6f81b472d442f660eab2ba582b65 (patch)
tree1d9e9d6a4b8417dbba458f976bcfb3605f0f9b90 /repo/system
parente2bc336238fc636eadc8a122488d20d7abd0f52e (diff)
added missing deps
Diffstat (limited to 'repo/system')
-rw-r--r--repo/system/gettext.xibuild2
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