diff options
| author | Mike McQuaid | 2013-10-28 09:26:44 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2013-10-28 09:26:44 +0000 |
| commit | ea0bcf018a74cb6772f2d0fd2c5435b9f00fc793 (patch) | |
| tree | 975faa461abc29903dd2d62425537459c5cb1b55 /Library/Formula | |
| parent | 5e6eb74e24f63b8b2a3d78f1f19db3810f97d818 (diff) | |
| download | homebrew-ea0bcf018a74cb6772f2d0fd2c5435b9f00fc793.tar.bz2 | |
jq: cleanup HEAD dependencies.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/jq.rb | 10 |
1 files changed, 6 insertions, 4 deletions
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? |
