diff options
Diffstat (limited to 'package/autoconf')
-rw-r--r-- | package/autoconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/autoconf/Makefile b/package/autoconf/Makefile index 8fe94bc0b..d28d04f43 100644 --- a/package/autoconf/Makefile +++ b/package/autoconf/Makefile @@ -7,9 +7,9 @@ PKG_NAME:= autoconf PKG_VERSION:= 2.69 PKG_RELEASE:= 1 PKG_MD5SUM:= 50f97f4159805e374639a73e2636f22e -PKG_DESCR:= GNU autoconf +PKG_DESCR:= automatically configure software source code packages PKG_SECTION:= lang -PKG_BUILDDEP:= m4-host autoconf-host +HOST_BUILDDEP:= m4-host PKG_URL:= http://www.gnu.org/software/autoconf/ PKG_SITES:= ${MASTER_SITE_GNU:=autoconf/} PKG_OPTS:= noscripts |