From ea0bcf018a74cb6772f2d0fd2c5435b9f00fc793 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 28 Oct 2013 09:26:44 +0000 Subject: jq: cleanup HEAD dependencies. --- Library/Formula/jq.rb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Library') diff --git a/Library/Formula/jq.rb b/Library/Formula/jq.rb index 388d43b8b..01485a3ce 100644 --- a/Library/Formula/jq.rb +++ b/Library/Formula/jq.rb @@ -5,11 +5,13 @@ class Jq < Formula url 'http://stedolan.github.io/jq/download/source/jq-1.3.tar.gz' sha1 'ac1f19e5d9921683af25251e97c2c4bfee895ca2' - head 'https://github.com/stedolan/jq.git' + head do + url 'https://github.com/stedolan/jq.git' - depends_on 'autoconf' => :build if build.head? - depends_on 'automake' => :build if build.head? - depends_on 'bison' => :build if build.head? + depends_on 'autoconf' => :build + depends_on 'automake' => :build + depends_on 'bison' => :build + end def install system "autoreconf -i" if build.head? -- cgit v1.2.3