pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/neko



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Mar 27 18:07:16 UTC 2020

Modified Files:
        pkgsrc/lang/neko: Makefile

Log Message:
neko: Wants git to build for reasons I need to investigate later.

Doesn't seem to be using it to fetch anything over the network and
might not actually be necessary although it seems to think it is.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/neko/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/neko/Makefile
diff -u pkgsrc/lang/neko/Makefile:1.1 pkgsrc/lang/neko/Makefile:1.2
--- pkgsrc/lang/neko/Makefile:1.1       Tue Mar 24 13:23:46 2020
+++ pkgsrc/lang/neko/Makefile   Fri Mar 27 18:07:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/24 13:23:46 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/03/27 18:07:16 nia Exp $
 
 DISTNAME=      neko-2.3.0
 CATEGORIES=    lang
@@ -10,6 +10,8 @@ HOMEPAGE=     https://nekovm.org/
 COMMENT=       High-level dynamically typed programming language
 LICENSE=       mit
 
+TOOL_DEPENDS+= git-base-[0-9]*:../../devel/git-base
+
 USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
 



Home | Main Index | Thread Index | Old Index