pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/elixir



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.

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
 



Home | Main Index | Thread Index | Old Index