From 0f7fc864d98d3e8a852d3a6a835ae3331fde1bad Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 30 Mar 2020 23:00:12 -0400 Subject: Current state --- automake/build.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'automake') diff --git a/automake/build.sh b/automake/build.sh index 7fdc575..aaffbaa 100644 --- a/automake/build.sh +++ b/automake/build.sh @@ -5,6 +5,10 @@ revision=0 sources=( "http://mirror.rit.edu/gnu/${name}/${name}-${version}.tar.xz" ) +build_depends=( + "findutils" + "help2man" +) depends=( "autoconf" ) -- cgit