Files
ports/lang/elixir/pkg-message
T
Dave Cottlehuber fb00a0446a lang/elixir: remove broken SRC build option
PR:		257235
Sponsored by:	SkunkWerks, GmbH
2022-06-17 20:04:54 +00:00

21 lines
382 B
Plaintext

[
{ type: install
message: <<EOM
Elixir requires a compatible Erlang/OTP runtime. Ensure that you have
one of the following installed:
- lang/erlang
- lang/erlang-runtime24 or newer
EOM
}
{ type: upgrade
message: <<EOM
Elixir requires a compatible Erlang/OTP runtime. Ensure that you have
one of the following installed:
- lang/erlang
- lang/erlang-runtime24 or newer
EOM
}
]