diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-22 19:27:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-22 19:27:18 +0100 |
commit | 3becf571f6137f47f15ac3dfcbb64c5a4f4b3852 (patch) | |
tree | 8b446cb5ed95bd078b2b7be13ae62c29e202d657 /package/bison/Makefile | |
parent | f4704ae1ec6a30b3dde6424f317e5315757a65f0 (diff) | |
parent | c7b25f4c5726394f2cc57b924bb7913a3882255e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/bison/Makefile')
-rw-r--r-- | package/bison/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bison/Makefile b/package/bison/Makefile index 16c31b94e..ee268b641 100644 --- a/package/bison/Makefile +++ b/package/bison/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 032a7b7b9f1a6e278ccde73f82cec5c2 PKG_DESCR:= GNU parser generator PKG_SECTION:= lang -PKG_BUILDDEP:= flex-host bison-host +PKG_BUILDDEP:= m4-host flex-host bison-host PKG_URL:= http://www.gnu.org/software/bison/ PKG_SITES:= ${MASTER_SITE_GNU:=${PKG_NAME}/} |