diff options
author | nia <nia@pkgsrc.org> | 2020-03-27 18:07:16 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-27 18:07:16 +0000 |
commit | fd41762c45f4c8f72019a99b6754f2fcb69419e2 (patch) | |
tree | 5e777579aa933041b4763c2be3cdf4302490bb1d /lang | |
parent | 8268b6036996d95427973617e9cb9b0c33c7e195 (diff) | |
download | pkgsrc-fd41762c45f4c8f72019a99b6754f2fcb69419e2.tar.gz |
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 (limited to 'lang')
-rw-r--r-- | lang/neko/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/neko/Makefile b/lang/neko/Makefile index 7f11df897de..5590f134027 100644 --- a/lang/neko/Makefile +++ b/lang/neko/Makefile @@ -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 |