aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sleuthkit.rb
diff options
context:
space:
mode:
authorMax Howell2012-02-27 03:44:55 +0000
committerMax Howell2012-02-27 04:05:43 +0000
commitd4f0ba05c1dd45c1c05c3ec91e2e996546609a70 (patch)
treedce36ce4801df2153ffe3480d0fd67d4cf77c7d9 /Library/Formula/sleuthkit.rb
parentb0c81fcc5d5744fdad7b1eb0f8ccbf455b2573d3 (diff)
downloadhomebrew-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/sleuthkit.rb')
-rw-r--r--Library/Formula/sleuthkit.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/sleuthkit.rb b/Library/Formula/sleuthkit.rb
index 4a71cb619..f733490e3 100644
--- a/Library/Formula/sleuthkit.rb
+++ b/Library/Formula/sleuthkit.rb
@@ -9,6 +9,11 @@ class Sleuthkit < Formula
depends_on 'afflib' => :optional
depends_on 'libewf' => :optional
+ if ARGV.build_head? and MacOS.xcode_version >= "4.3"
+ depends_on "automake"
+ depends_on "libtool"
+ end
+
def install
if ARGV.build_head?
system "glibtoolize"