diff options
Diffstat (limited to 'Library/Formula/schroedinger.rb')
| -rw-r--r-- | Library/Formula/schroedinger.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/schroedinger.rb b/Library/Formula/schroedinger.rb index db54aa767..9b2711327 100644 --- a/Library/Formula/schroedinger.rb +++ b/Library/Formula/schroedinger.rb @@ -9,6 +9,11 @@ class Schroedinger < Formula depends_on 'pkg-config' => :build depends_on 'orc' + if ARGV.build_head? and MacOS.xcode_version >= "4.3" + depends_on "automake" => :build + depends_on "libtool" => :build + end + def install system "autoreconf -i -f" if ARGV.build_head? system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" |
