1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Fix build with erlang21.

This commit is contained in:
Vanilla I. Shu 2019-05-28 08:41:26 +00:00
parent aaed400cfe
commit dee7f6e539
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502866
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= snappy
PORTVERSION= 1.1.1
DISTVERSIONPREFIX= v
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= archivers
PKGNAMEPREFIX= erlang-

View File

@ -2,7 +2,7 @@
+++ rebar.config
@@ -1,4 +1,4 @@
-{require_otp_vsn, "R13B04|R14|R15|R16|17|18|19"}.
+{require_otp_vsn, "R13B04|R14|R15|R16|17|18|19|20"}.
+{require_otp_vsn, "R13B04|R14|R15|R16|17|18|19|20|21"}.
{erl_opts, [debug_info, warn_unused_vars, warn_shadow_vars, warn_unused_import]}.
{eunit_opts, [verbose]}.
{pre_hooks, [