diff options
| author | Max Howell | 2012-02-27 03:44:55 +0000 | 
|---|---|---|
| committer | Max Howell | 2012-02-27 04:05:43 +0000 | 
| commit | d4f0ba05c1dd45c1c05c3ec91e2e996546609a70 (patch) | |
| tree | dce36ce4801df2153ffe3480d0fd67d4cf77c7d9 /Library/Formula/dash.rb | |
| parent | b0c81fcc5d5744fdad7b1eb0f8ccbf455b2573d3 (diff) | |
| download | homebrew-d4f0ba05c1dd45c1c05c3ec91e2e996546609a70.tar.bz2 | |
depends_on "automake" where necessary
Had to remove full paths, since we have two options for location now.
Diffstat (limited to 'Library/Formula/dash.rb')
| -rw-r--r-- | Library/Formula/dash.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/dash.rb b/Library/Formula/dash.rb index 5eac688d0..6923558cb 100644 --- a/Library/Formula/dash.rb +++ b/Library/Formula/dash.rb @@ -6,6 +6,8 @@ class Dash < Formula    sha1 'a3ebc16f2e2c7ae8adf64e5e62ae3dcb631717c6'    head 'https://git.kernel.org/pub/scm/utils/dash/dash.git', :using => :git +  depends_on "automake" if MacOS.xcode_version >= "4.3" and ARGV.build_head? +    def install      if ARGV.build_head?        system "aclocal"  | 
