Received: by mail.netbsd.org (Postfix, from userid 605) id 6B0FC84D9A; Fri, 11 Sep 2020 15:14:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E5DF784D8A for ; Fri, 11 Sep 2020 15:14:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ZF3l4SGHk5Yi for ; Fri, 11 Sep 2020 15:14:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7B4CF84CDF for ; Fri, 11 Sep 2020 15:14:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6BC72FB28; Fri, 11 Sep 2020 15:14:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599837252201980" MIME-Version: 1.0 Date: Fri, 11 Sep 2020 15:14:12 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/lang/elixir To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200911151412.6BC72FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1599837252201980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Sep 11 15:14:12 UTC 2020 Modified Files: pkgsrc/lang/elixir: Makefile Log Message: elixir: gmake is a runtime dependency To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/elixir/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599837252201980 Content-Disposition: inline Content-Length: 611 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/elixir/Makefile diff -u pkgsrc/lang/elixir/Makefile:1.19 pkgsrc/lang/elixir/Makefile:1.20 --- pkgsrc/lang/elixir/Makefile:1.19 Fri Sep 11 15:05:06 2020 +++ pkgsrc/lang/elixir/Makefile Fri Sep 11 15:14:12 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2020/09/11 15:05:06 nia Exp $ +# $NetBSD: Makefile,v 1.20 2020/09/11 15:14:12 nia Exp $ DISTNAME= elixir-1.10.4 PKGREVISION= 1 @@ -15,7 +15,7 @@ DEPENDS+= erlang>=21.0:../../lang/erlang UNLIMIT_RESOURCES= datasize virtualsize -USE_TOOLS+= gmake +USE_TOOLS+= gmake:run BUILD_TARGET= compile TEST_TARGET= test --_----------=_1599837252201980--