diff options
| author | Jack Nagel | 2013-05-23 11:35:26 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-05-23 11:35:52 -0500 |
| commit | 8c9b1d03a91fe3365ecbb25ed6f41a03ee63c19d (patch) | |
| tree | ba98af0a5cefc4f46cdaf4861c6e1d9cb7c84ab9 /Library/Formula | |
| parent | cff80628de736cb51a6aeb9809349f13038e1899 (diff) | |
| download | homebrew-8c9b1d03a91fe3365ecbb25ed6f41a03ee63c19d.tar.bz2 | |
elixir: update erlang requirement
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/elixir.rb | 7 |
1 files changed, 4 insertions, 3 deletions
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/ |
