pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/neko neko: Wants git to build for reasons I need ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f21f875fe2e
branches:  trunk
changeset: 426194:0f21f875fe2e
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Mar 27 18:07:16 2020 +0000

description:
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.

diffstat:

 lang/neko/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b67bc4f04fc1 -r 0f21f875fe2e lang/neko/Makefile
--- a/lang/neko/Makefile        Fri Mar 27 17:46:53 2020 +0000
+++ b/lang/neko/Makefile        Fri Mar 27 18:07:16 2020 +0000
@@ -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 @@
 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