aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fish.rb
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 12:01:20 -0500
committerJack Nagel2014-12-04 12:01:20 -0500
commit0133cf0100b9ee37b577e34b89642c7e1d40e056 (patch)
tree8ef49a6a0f12f5c733ba1c065381f92145289c68 /Library/Formula/fish.rb
parent6d80129b36b8cf436aa8f184b32c6cf5875e6a50 (diff)
downloadhomebrew-0133cf0100b9ee37b577e34b89642c7e1d40e056.tar.bz2
fish: modernize autotools deps
Diffstat (limited to 'Library/Formula/fish.rb')
-rw-r--r--Library/Formula/fish.rb2
1 files changed, 1 insertions, 1 deletions
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