summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rw-r--r--repo/devel/autoconf.xibuild4
-rw-r--r--repo/devel/check.xibuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/repo/devel/autoconf.xibuild b/repo/devel/autoconf.xibuild
index 6b68489..9b47202 100644
--- a/repo/devel/autoconf.xibuild
+++ b/repo/devel/autoconf.xibuild
@@ -1,7 +1,7 @@
#!/bin/bash
-MAKEDEPS=(make )
-DEPS=(awk m4 diffutils perl sh)
+MAKEDEPS=(make)
+DEPS=(gawk m4 diffutils perl sh)
PKG_VER=2.71
SOURCE=https://ftp.gnu.org/gnu/autoconf/autoconf-$PKG_VER.tar.xz
diff --git a/repo/devel/check.xibuild b/repo/devel/check.xibuild
index e51671a..aa1e2e3 100644
--- a/repo/devel/check.xibuild
+++ b/repo/devel/check.xibuild
@@ -1,7 +1,7 @@
#!/bin/bash
-MAKEDEPS=(make )
-DEPS=(awk)
+MAKEDEPS=(make)
+DEPS=(gawk)
PKG_VER=0.15.2
SOURCE=https://github.com/libcheck/check/releases/download/$PKG_VER/check-$PKG_VER.tar.gz