diff options
Diffstat (limited to 'Library/Formula/fish.rb')
| -rw-r--r-- | Library/Formula/fish.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/fish.rb b/Library/Formula/fish.rb index 09246747e..0324f0259 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 - 'readline' - end + depends_on 'readline' def install system "./configure", "--prefix=#{prefix}", "--without-xsel" |
