diff options
Diffstat (limited to 'repo/devel/automake')
-rw-r--r-- | repo/devel/automake/automake.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/devel/automake/automake.xibuild b/repo/devel/automake/automake.xibuild index 8b8951f..689d63c 100644 --- a/repo/devel/automake/automake.xibuild +++ b/repo/devel/automake/automake.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make autoconf" -DEPS="perl bash" +DEPS="perl" PKG_VER=1.16.5 SOURCE=https://ftp.gnu.org/gnu/automake/automake-$PKG_VER.tar.xz |