aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/schroedinger.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/schroedinger.rb')
-rw-r--r--Library/Formula/schroedinger.rb5
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"