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

@ -6,6 +6,8 @@ class Ruby <Formula
@url='ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p243.tar.gz' @url='ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p243.tar.gz'
@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}",