Add readline dependency to Ruby

master
Aanand Prasad 2009-10-15 14:59:18 -04:00 committed by Max Howell
parent 81cb955f89
commit f7bb85bcce
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ class Ruby <Formula
@homepage='http://www.ruby-lang.org/en/' @homepage='http://www.ruby-lang.org/en/'
@md5='515bfd965814e718c0943abf3dde5494' @md5='515bfd965814e718c0943abf3dde5494'
depends_on 'readline'
def install def install
system "./configure", "--prefix=#{prefix}", system "./configure", "--prefix=#{prefix}",
"--disable-debug", "--disable-debug",