freebsd-ports/lang/elixir-devel/pkg-message
Dave Cottlehuber 07b93079da lang/elixir-devel: remove hard dependency on erlang24
Since moving from OTP21 as default OTP in lang/erlang, to OTP24,
we no longer have incompatible bytecode versions between default
erlang and newer builds. Thus, there is no reason to hard-wire
the dependency when a simple PATH will work as expected.

Remove broken SRC as build option.

PR:		264046
PR:		257235
Reported by:	Pat Maddox <pat@patmaddox.com>
Sponsored by:	SkunkWerks, GmbH
2022-06-17 20:04:53 +00:00

20 lines
382 B
Text

[
{ 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
}
]