From 0133cf0100b9ee37b577e34b89642c7e1d40e056 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 4 Dec 2014 12:01:20 -0500 Subject: fish: modernize autotools deps --- Library/Formula/fish.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/fish.rb') diff --git a/Library/Formula/fish.rb b/Library/Formula/fish.rb index e7eea626e..fa77c76b3 100644 --- a/Library/Formula/fish.rb +++ b/Library/Formula/fish.rb @@ -14,7 +14,7 @@ class Fish < Formula head do url "https://github.com/fish-shell/fish-shell.git", :shallow => false - depends_on :autoconf + depends_on "autoconf" => :build # Indeed, the head build always builds documentation depends_on "doxygen" => :build end -- cgit v1.2.3