summaryrefslogtreecommitdiff
path: root/package/bison/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-11-01 17:03:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-11-01 17:03:00 +0100
commit9ff7870c8b0c2add46bd778fa231b675fc677546 (patch)
treeeeae4e7f95de679cd4b2fc1d06a356c04c4fe343 /package/bison/Makefile
parentc81c63189c14697327cecf923486324ef2a0ae3c (diff)
flex: update to 2.6.2
Diffstat (limited to 'package/bison/Makefile')
-rw-r--r--package/bison/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/bison/Makefile b/package/bison/Makefile
index ad07639cf..f7716611e 100644
--- a/package/bison/Makefile
+++ b/package/bison/Makefile
@@ -9,8 +9,8 @@ PKG_RELEASE:= 1
PKG_HASH:= a72428c7917bdf9fa93cb8181c971b6e22834125848cf1d03ce10b1bb0716fe1
PKG_DESCR:= parser generator
PKG_SECTION:= dev/tools
-PKG_BUILDDEP:= m4-host flex-host bison-host
-HOST_BUILDDEP:= m4-host flex-host
+PKG_BUILDDEP:= m4-host bison-host
+HOST_BUILDDEP:= m4-host
PKG_URL:= http://www.gnu.org/software/bison/
PKG_SITES:= $(MASTER_SITE_GNU:=bison/)