aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/blitz.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/blitz.rb')
-rw-r--r--Library/Formula/blitz.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/blitz.rb b/Library/Formula/blitz.rb
index 348bc1c85..46a2ac9c9 100644
--- a/Library/Formula/blitz.rb
+++ b/Library/Formula/blitz.rb
@@ -8,12 +8,12 @@ class Blitz < Formula
head 'http://blitz.hg.sourceforge.net:8000/hgroot/blitz/blitz', :using => :hg
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
- system "/usr/bin/autoreconf", "-fi" if ARGV.build_head?
+ system "autoreconf", "-fi" if ARGV.build_head?
system "./configure", "--disable-debug",
"--disable-dependency-tracking",