diff options
author | olgeni <olgeni@FreeBSD.org> | 2014-11-16 23:19:48 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2014-11-16 23:19:48 +0800 |
commit | 21fab6ad43d13abdeabb6b79f2d05c0959e2bc27 (patch) | |
tree | 79ac425a951f82ce40e39276c9fbe6a3203f556a | |
parent | cc51ba1fa95b4584c60d660f380e14c226ff82d2 (diff) | |
download | freebsd-ports-gnome-21fab6ad43d13abdeabb6b79f2d05c0959e2bc27.tar.gz freebsd-ports-gnome-21fab6ad43d13abdeabb6b79f2d05c0959e2bc27.tar.zst freebsd-ports-gnome-21fab6ad43d13abdeabb6b79f2d05c0959e2bc27.zip |
Fix TOOLS_VSN and EI_VSN (unbreak link to erl_call).
PR: 195064
Submitted by: Kenji Rikitake
-rw-r--r-- | lang/erlang/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index c183c057e341..9876e7fd6c88 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -3,7 +3,7 @@ PORTNAME= erlang PORTVERSION= 17.3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ @@ -54,8 +54,8 @@ USE_RC_SUBR= epmd GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -EI_VSN= 3.7.17 -TOOLS_VSN= 2.6.15 +EI_VSN= 3.7.18 +TOOLS_VSN= 2.7 .include <bsd.port.options.mk> |