From 7b2c4f390b8d961ebba09bb19d791584d2bce209 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 30 Jan 2022 20:50:16 +0000 Subject: added missing deps --- repo/devel/autoconf.xibuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repo/devel/autoconf.xibuild') 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 -- cgit v1.2.1