pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Elixir requires a minimum version of Erlang
Module Name: pkgsrc-wip
Committed By: atomicules <base%atomicules.co.uk@localhost>
Pushed By: atomicules
Date: Tue Mar 15 19:53:11 2016 +0000
Changeset: 443e5cc48418169964ef231a72716a2a08f349b4
Modified Files:
elixir/Makefile
Log Message:
Elixir requires a minimum version of Erlang
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=443e5cc48418169964ef231a72716a2a08f349b4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
elixir/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/elixir/Makefile b/elixir/Makefile
index da1621a..f866494 100644
--- a/elixir/Makefile
+++ b/elixir/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE= http://elixir-lang.org/
COMMENT= Functional, meta-programming aware language built on top of Erlang VM
LICENSE= apache-2.0
-BUILD_DEPENDS+= erlang-[0-9]*:../../lang/erlang
+BUILD_DEPENDS+= erlang>=18.0:../../lang/erlang
WRKSRC=${WRKDIR}/${PKGBASE}-${PKGVERSION_NOREV}
Home |
Main Index |
Thread Index |
Old Index