From e98d63ad26c49af92fcd8ae6eef1d15d188bd3a0 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 15 May 2012 16:17:32 -0500 Subject: Add more autoconf deps where appropriate Signed-off-by: Jack Nagel --- Library/Formula/fish.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/fish.rb') 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' -- cgit v1.2.3