diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-14 13:03:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-14 13:03:25 +0100 |
commit | af0b87cf417b27cc662faf2e81a941649f190edc (patch) | |
tree | fb2f70336557dd71de0d34df89f94b2ac325167b /package/autoconf | |
parent | 7162f4dda124682254ec81cc1a5363f4eb42b3db (diff) | |
parent | 7251ad7064f69e01bb5cfc9465ee968b714ac1ef (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/autoconf')
-rw-r--r-- | package/autoconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/autoconf/Makefile b/package/autoconf/Makefile index 389c3efd5..6813142bb 100644 --- a/package/autoconf/Makefile +++ b/package/autoconf/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 82d05e03b93e45f5a39b828dc9c6c29b PKG_DESCR:= GNU autoconf PKG_SECTION:= lang -PKG_BUILDDEP:= m4-host +PKG_BUILDDEP:= m4-host autoconf-host PKG_URL:= http://www.gnu.org/software/autoconf/ PKG_SITES:= ${MASTER_SITE_GNU:=autoconf/} PKG_OPTS:= noscripts |