aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fish.rb
diff options
context:
space:
mode:
authorMax Howell2009-09-21 18:42:24 +0100
committerMax Howell2009-09-21 18:46:28 +0100
commitb51ff87d8e1278abfbea82d0cd4b689248edb0c2 (patch)
treea624b0d9360d5015d48500043ac0289f510ceb9f /Library/Formula/fish.rb
parentf791b4475edd0d6e03103d23d066f1757afb0b72 (diff)
parent68108e109839a901313b9933cbb1e3202aed90cf (diff)
downloadhomebrew-b51ff87d8e1278abfbea82d0cd4b689248edb0c2.tar.bz2
Merge branch 'deps'
Conflicts: Library/Formula/imagemagick.rb Library/Formula/taglib.rb Library/Homebrew/brew.h.rb Library/Homebrew/formula.rb bin/brew
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"