aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fish.rb
diff options
context:
space:
mode:
authorJack Nagel2012-05-15 16:17:32 -0500
committerJack Nagel2012-05-15 16:38:16 -0500
commite98d63ad26c49af92fcd8ae6eef1d15d188bd3a0 (patch)
treeb106abacbf28911520b9903c165f49300715b785 /Library/Formula/fish.rb
parente459d51d0ba4c98d6825f0a8072b229775979ddd (diff)
downloadhomebrew-e98d63ad26c49af92fcd8ae6eef1d15d188bd3a0.tar.bz2
Add more autoconf deps where appropriate
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/fish.rb')
-rw-r--r--Library/Formula/fish.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/fish.rb b/Library/Formula/fish.rb
index 7796de6a3..3fc9a411c 100644
--- a/Library/Formula/fish.rb
+++ b/Library/Formula/fish.rb
@@ -8,8 +8,8 @@ class Fish < Formula
head 'git://gitorious.org/fish-shell/fish-shell.git'
# Indeed, the head build always builds documentation
- depends_on 'doxygen' if ARGV.build_head?
-
+ depends_on 'doxygen' => :build if ARGV.build_head?
+ depends_on 'autoconf' => :build if MacOS.xcode_version.to_f >= 4.3 and ARGV.build_head?
depends_on 'readline'
skip_clean 'share/doc'