diff options
| author | Xu Cheng | 2015-02-25 13:51:27 +0800 |
|---|---|---|
| committer | Xu Cheng | 2015-02-25 16:08:43 +0800 |
| commit | c81211ce5831faf9a6759e7e01286f52a59f63b1 (patch) | |
| tree | 79b5f1eec2cb68420824df0ebf6e4351c7fb6668 /Library/Formula | |
| parent | 15098b186953d589dc9e070245fc670ed9642181 (diff) | |
| download | homebrew-c81211ce5831faf9a6759e7e01286f52a59f63b1.tar.bz2 | |
duck: version should come first in :java dependency
Closes #37173.
Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/duck.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/duck.rb b/Library/Formula/duck.rb index 4eaf6826c..9d13d9635 100644 --- a/Library/Formula/duck.rb +++ b/Library/Formula/duck.rb @@ -11,7 +11,7 @@ class Duck < Formula sha1 "d67d55eabd017376079eaed8ded19bc4c28f83d0" => :mountain_lion end - depends_on :java => [:build, "1.7"] + depends_on :java => ["1.7", :build] depends_on :xcode => :build depends_on "ant" => :build |
