aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ruby.rb')
-rw-r--r--Library/Formula/ruby.rb12
1 files changed, 7 insertions, 5 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb
index e20617e5e..b7ca89a31 100644
--- a/Library/Formula/ruby.rb
+++ b/Library/Formula/ruby.rb
@@ -7,6 +7,13 @@ class Ruby < Formula
head 'http://svn.ruby-lang.org/repos/ruby/trunk/'
+ env :std
+
+ option :universal
+ option 'with-suffix', 'Suffix commands with "19"'
+ option 'with-doc', 'Install documentation'
+ option 'with-tcltk' 'Install with Tcl/Tk support'
+
depends_on :autoconf if build.head?
depends_on 'pkg-config' => :build
depends_on 'readline'
@@ -14,11 +21,6 @@ class Ruby < Formula
depends_on 'libyaml'
depends_on :x11 if build.include? 'with-tcltk'
- option :universal
- option 'with-suffix', 'Suffix commands with "19"'
- option 'with-doc', 'Install documentation'
- option 'with-tcltk' 'Install with Tcl/Tk support'
-
fails_with :llvm do
build 2326
end