aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/embryo.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/embryo.rb')
-rw-r--r--Library/Formula/embryo.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/embryo.rb b/Library/Formula/embryo.rb
index 8ed0c31f4..2f34ddb0a 100644
--- a/Library/Formula/embryo.rb
+++ b/Library/Formula/embryo.rb
@@ -9,6 +9,11 @@ class Embryo < Formula
depends_on 'pkg-config' => :build
depends_on 'eina'
+ if ARGV.build_head? and MacOS.xcode_version >= "4.3"
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
+ end
+
def install
system "./autogen.sh" if ARGV.build_head?
system "./configure", "--disable-dependency-tracking",