diff options
author | davidovski <david@davidovski.xyz> | 2022-08-29 13:01:02 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-08-29 13:01:02 +0000 |
commit | c38dfe6188112ca490090966a63faefe5ec7e9a0 (patch) | |
tree | 0b5cb4f2b5148784d852070317d90485ab31e122 /repo/autoconf | |
parent | 49fa1762a5c52ff2cf981f29a45e1797e3885bb4 (diff) |
added snes9x and php
Diffstat (limited to 'repo/autoconf')
-rw-r--r-- | repo/autoconf/autoconf.xibuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/repo/autoconf/autoconf.xibuild b/repo/autoconf/autoconf.xibuild index 8068345..9b4330f 100644 --- a/repo/autoconf/autoconf.xibuild +++ b/repo/autoconf/autoconf.xibuild @@ -1,7 +1,6 @@ #!/bin/sh -MAKEDEPS="make" -DEPS="gawk m4 diffutils perl sh gettext" +MAKEDEPS="make gawk m4 diffutils perl sh gettext" PKG_VER=2.71 SOURCE=https://ftp.gnu.org/gnu/autoconf/autoconf-$PKG_VER.tar.xz |