aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAanand Prasad2009-10-15 14:59:18 -0400
committerMax Howell2009-10-19 04:02:49 +0100
commit3a4477dd5e4ad94212cf49acc4d4469243309b6f (patch)
tree13ce8e01e10446113d000ccb98832885572e4d57 /Library/Formula
parent39a02010a79a7d4e2561580220b5d9791ce17fd4 (diff)
downloadhomebrew-3a4477dd5e4ad94212cf49acc4d4469243309b6f.tar.bz2
Add readline dependency to Ruby
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ruby.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb
index e9efe6c02..6641d652d 100644
--- a/Library/Formula/ruby.rb
+++ b/Library/Formula/ruby.rb
@@ -6,6 +6,8 @@ class Ruby <Formula
@url='ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p243.tar.gz'
@homepage='http://www.ruby-lang.org/en/'
@md5='515bfd965814e718c0943abf3dde5494'
+
+ depends_on 'readline'
def install
system "./configure", "--prefix=#{prefix}",