diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fish.rb | 2 |
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 |
