aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fish.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/fish.rb')
-rw-r--r--Library/Formula/fish.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/fish.rb b/Library/Formula/fish.rb
index ab489a0b8..1d307823c 100644
--- a/Library/Formula/fish.rb
+++ b/Library/Formula/fish.rb
@@ -5,9 +5,7 @@ class Fish <Formula
@homepage='http:://fishshell.org/'
@md5='4b2436843e63bebba467cc4add11428a'
- def deps
- LibraryDep.new 'readline'
- end
+ depends_on 'readline'
def install
system "./configure", "--prefix=#{prefix}", "--without-xsel"