aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sleuthkit.rb
diff options
context:
space:
mode:
authorJack Nagel2012-02-28 11:31:20 -0600
committerJack Nagel2012-02-28 11:36:12 -0600
commitec1f2faf2220f5a1e5aeda49a89fdde56ac3d41d (patch)
treefe80d61e437210f200b0734521fc37c5cd83ed11 /Library/Formula/sleuthkit.rb
parent74b4c03ddcd0cfe0a17330030ab7944ea06eb7fd (diff)
downloadhomebrew-ec1f2faf2220f5a1e5aeda49a89fdde56ac3d41d.tar.bz2
audit: automake, autoconf, and libtool are build-time deps
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/sleuthkit.rb')
-rw-r--r--Library/Formula/sleuthkit.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sleuthkit.rb b/Library/Formula/sleuthkit.rb
index f733490e3..30dd5c0c9 100644
--- a/Library/Formula/sleuthkit.rb
+++ b/Library/Formula/sleuthkit.rb
@@ -10,8 +10,8 @@ class Sleuthkit < Formula
depends_on 'libewf' => :optional
if ARGV.build_head? and MacOS.xcode_version >= "4.3"
- depends_on "automake"
- depends_on "libtool"
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
end
def install