diff options
author | davidovski <david@davidovski.xyz> | 2022-01-30 22:10:25 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-30 22:10:25 +0000 |
commit | e2bc336238fc636eadc8a122488d20d7abd0f52e (patch) | |
tree | 923e40dc5aa71fdc31a4058cc8d49f8b30db1ae9 /repo | |
parent | b5424eb9e66798d3b08342c7b288ce6eed71cb69 (diff) |
added missing deps
Diffstat (limited to 'repo')
-rw-r--r-- | repo/devel/autoconf.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/devel/autoconf.xibuild b/repo/devel/autoconf.xibuild index 9b47202..b94d4b1 100644 --- a/repo/devel/autoconf.xibuild +++ b/repo/devel/autoconf.xibuild @@ -1,7 +1,7 @@ #!/bin/bash MAKEDEPS=(make) -DEPS=(gawk m4 diffutils perl sh) +DEPS=(gawk m4 diffutils perl sh gettext) PKG_VER=2.71 SOURCE=https://ftp.gnu.org/gnu/autoconf/autoconf-$PKG_VER.tar.xz |