diff options
author | joerg <joerg@pkgsrc.org> | 2020-03-26 02:31:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2020-03-26 02:31:23 +0000 |
commit | 7e6378afd1f692fcd84a29edc9f78685f8840037 (patch) | |
tree | 4518156659fe91ccc795809cc7d4b1ba6fc7e8dc /lang/elixir | |
parent | 919662d977ee237c649a376b5aca254c15828b53 (diff) | |
download | pkgsrc-7e6378afd1f692fcd84a29edc9f78685f8840037.tar.gz |
Increase resource limits due to Erlang's default allocations
Diffstat (limited to 'lang/elixir')
-rw-r--r-- | lang/elixir/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/elixir/Makefile b/lang/elixir/Makefile index d6734719114..34c6005ed4d 100644 --- a/lang/elixir/Makefile +++ b/lang/elixir/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2020/02/26 19:21:50 adam Exp $ +# $NetBSD: Makefile,v 1.16 2020/03/26 02:31:23 joerg Exp $ DISTNAME= elixir-1.10.2 CATEGORIES= lang @@ -12,6 +12,8 @@ LICENSE= apache-2.0 DEPENDS+= erlang>=20.0:../../lang/erlang +UNLIMIT_RESOURCES= datasize virtualsize + USE_TOOLS+= gmake BUILD_TARGET= compile TEST_TARGET= test |