diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-11-16 15:19:48 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-11-16 15:19:48 +0000 |
commit | 4c80f3da07bbf41cdad39230bd48b042a3530b8d (patch) | |
tree | 79ac425a951f82ce40e39276c9fbe6a3203f556a /lang | |
parent | databases/Makefile: fix py-sqlite ports changes (diff) |
Fix TOOLS_VSN and EI_VSN (unbreak link to erl_call).
PR: 195064
Submitted by: Kenji Rikitake
Notes
Notes:
svn path=/head/; revision=372642
Diffstat (limited to 'lang')
-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> |