aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMislav Marohnić2013-12-12 00:49:16 +0100
committerAdam Vandenberg2013-12-11 19:29:26 -0800
commitff6a0d255ff61b0adea4f3a5b5c6933758362762 (patch)
treed6520998afb2bdc742bdfbf3316ccb609c4fba43 /Library
parenta45220c83782a9a5e39f4d0c0a85ae14d2c18a5f (diff)
downloadhomebrew-ff6a0d255ff61b0adea4f3a5b5c6933758362762.tar.bz2
ruby-build: get rid of libyaml blocker on install
libyaml is recommended to have for installing *Rubies*, not ruby-build itself. Obviously, Homebrew is unaware of this distinction and fails when I tried to `brew install ruby-build`: Error: You must `brew link libyaml' before ruby-build can be installed I have libyaml installed, but it's not linked. It doesn't need to be linked for ruby-build to automatically use it while compiling Rubies. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ruby-build.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/ruby-build.rb b/Library/Formula/ruby-build.rb
index 3ac45e6f6..8e72797e2 100644
--- a/Library/Formula/ruby-build.rb
+++ b/Library/Formula/ruby-build.rb
@@ -9,8 +9,7 @@ class RubyBuild < Formula
depends_on 'autoconf' => [:recommended, :run]
depends_on 'pkg-config' => [:recommended, :run]
- depends_on 'libyaml' => :recommended
- depends_on 'openssl' => :optional
+ depends_on 'openssl' => :recommended
def install
ENV['PREFIX'] = prefix