Skip to content
Snippets Groups Projects
Commit 6e07f46d authored by Benedikt Hegner's avatar Benedikt Hegner
Browse files

add missing m4 dependency to bison

parent 407920e4
Branches
Tags
No related merge requests found
...@@ -10,6 +10,8 @@ class Bison(Package): ...@@ -10,6 +10,8 @@ class Bison(Package):
version('3.0.4', 'a586e11cd4aff49c3ff6d3b6a4c9ccf8') version('3.0.4', 'a586e11cd4aff49c3ff6d3b6a4c9ccf8')
depends_on("m4")
def install(self, spec, prefix): def install(self, spec, prefix):
configure("--prefix=%s" % prefix) configure("--prefix=%s" % prefix)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment