From 8c9b1d03a91fe3365ecbb25ed6f41a03ee63c19d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 23 May 2013 11:35:26 -0500 Subject: elixir: update erlang requirement --- Library/Formula/elixir.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Library/Formula/elixir.rb') diff --git a/Library/Formula/elixir.rb b/Library/Formula/elixir.rb index dbd9c9e6b..26a44d6d8 100644 --- a/Library/Formula/elixir.rb +++ b/Library/Formula/elixir.rb @@ -2,15 +2,16 @@ require 'formula' class ErlangInstalled < Requirement fatal true - default_formula 'erlang' satisfy { which 'erl' } def message; <<-EOS.undent - Erlang is required to install. + Erlang R16 is required to install. You can install this with: - brew install erlang + brew tap homebrew/versions + brew unlink erlang + brew install erlang-r16 Or you can use an official installer from: http://www.erlang.org/ -- cgit v1.2.3