lang/elixir-devel: allow Erlang/OTP version to be user-configured

Reported by:	Pat Maddox <pat@patmaddox.com>

Sponsored by:	SkunkWerks, GmbH
This commit is contained in:
Dave Cottlehuber 2022-12-13 09:29:10 +00:00
parent 2ad4309d8e
commit 2ff6d1b2e2

View File

@ -34,7 +34,7 @@ MAKE_ENV+= MAN_PREFIX=${PREFIX}/man \
OPTIONS_DEFINE= DOCS
OPTIONS_SUB= yes
ERLANG_VER= 24
ERLANG_VER?= 24
.include <bsd.port.options.mk>