diff options
Diffstat (limited to 'Library/Formula/readline.rb')
| -rw-r--r-- | Library/Formula/readline.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/readline.rb b/Library/Formula/readline.rb index c8e286cb1..e884aa93d 100644 --- a/Library/Formula/readline.rb +++ b/Library/Formula/readline.rb @@ -5,12 +5,11 @@ class Readline <Formula md5 'b7f65a48add447693be6e86f04a63019' homepage 'http://tiswww.case.edu/php/chet/readline/rltop.html' - def keg_only? ; <<-EOS + keg_only <<-EOS OS X provides the BSD Readline library. In order to prevent conflicts when programs look for libreadline we are defaulting this GNU Readline installation to keg-only. - EOS - end +EOS def patches patches = (1..5).collect { |n| "ftp://ftp.gnu.org/gnu/readline/readline-6.0-patches/readline60-%03d"%n } |
