From 230cdcf2151286a7c5144bc662218c17407ea1d0 Mon Sep 17 00:00:00 2001 From: Jeong Mok Cho Date: Thu, 11 Apr 2013 17:50:45 +0900 Subject: ruby: simplify configure options with "--with-tcltk" Closes #19124. Signed-off-by: Jack Nagel --- Library/Formula/ruby.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb index d56d5317f..d08f3b26a 100644 --- a/Library/Formula/ruby.rb +++ b/Library/Formula/ruby.rb @@ -37,7 +37,7 @@ class Ruby < Formula args << "--program-suffix=20" if build.include? "with-suffix" args << "--with-arch=x86_64,i386" if build.universal? - args << "--disable-tcltk-framework" << "--with-out-ext=tcl" << "--with-out-ext=tk" unless build.include? "with-tcltk" + args << "--with-out-ext=tk" unless build.include? "with-tcltk" args << "--disable-install-doc" unless build.include? "with-doc" args << "--disable-dtrace" unless MacOS::CLT.installed? -- cgit v1.2.3