Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Feb 2017 06:56:08 +0000 (UTC)
From:      Mikolaj Golub <trociny@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433123 - head/databases/leofs
Message-ID:  <201702020656.v126u8jC031938@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trociny
Date: Thu Feb  2 06:56:08 2017
New Revision: 433123
URL: https://svnweb.freebsd.org/changeset/ports/433123

Log:
  fix build

Modified:
  head/databases/leofs/Makefile

Modified: head/databases/leofs/Makefile
==============================================================================
--- head/databases/leofs/Makefile	Thu Feb  2 06:35:27 2017	(r433122)
+++ head/databases/leofs/Makefile	Thu Feb  2 06:56:08 2017	(r433123)
@@ -63,7 +63,7 @@ DOS2UNIX_FILES=	apps/leo_*/snmp/snmpa_*/
 
 ALL_TARGET=	release
 MAKE_JOBS_UNSAFE=yes
-MAKE_ENV=	PATH=${LOCALBASE}/lib/erlang17/bin:${PATH}
+MAKE_ENV=	PATH=${LOCALBASE}/lib/erlang18/bin:${PATH}
 
 LEOFS_DEPS=	\
 	basho/bitcask=2.0.7:bitcask \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702020656.v126u8jC031938>