jq: remove bison requirement, fix audit spacing nit
Closes #767. Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
This commit is contained in:
parent
117d3ac86f
commit
85b2c055cc
1 changed files with 2 additions and 2 deletions
|
@ -21,13 +21,13 @@ class Jq < Formula
|
|||
depends_on "libtool" => :build
|
||||
end
|
||||
|
||||
depends_on "oniguruma" # jq depends > 1.5
|
||||
depends_on "bison" => :build # jq depends on bison > 2.5
|
||||
depends_on "oniguruma" # jq depends > 1.5
|
||||
|
||||
def install
|
||||
system "autoreconf", "-iv" unless build.stable?
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--disable-silent-rules",
|
||||
"--disable-maintainer-mode",
|
||||
"--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue