diff options
Diffstat (limited to 'Library/Formula/urweb.rb')
| -rw-r--r-- | Library/Formula/urweb.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/urweb.rb b/Library/Formula/urweb.rb index 53537643a..7ece1d164 100644 --- a/Library/Formula/urweb.rb +++ b/Library/Formula/urweb.rb @@ -7,6 +7,7 @@ class Urweb < Formula head 'http://hg.impredicative.com/urweb', :using => :hg depends_on 'mlton' + depends_on "automake" if MacOS.xcode_version >= "4.3" def install system "aclocal && autoreconf -i --force" |
