pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/simp simp: add tool dependency on git



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c98a783e1e7a
branches:  trunk
changeset: 385595:c98a783e1e7a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 20 07:38:49 2022 +0000

description:
simp: add tool dependency on git

Needed during build.

diffstat:

 graphics/simp/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r cca07162ccd1 -r c98a783e1e7a graphics/simp/Makefile
--- a/graphics/simp/Makefile    Tue Sep 20 07:05:12 2022 +0000
+++ b/graphics/simp/Makefile    Tue Sep 20 07:38:49 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/09/17 15:54:23 pin Exp $
+# $NetBSD: Makefile,v 1.2 2022/09/20 07:38:49 wiz Exp $
 
 DISTNAME=      simp-3.1.0
 CATEGORIES=    graphics
@@ -10,6 +10,9 @@
 COMMENT=       Fast and simple GPU-accelerated image manipulation program
 LICENSE=       apache-2.0
 
+# called during build (build.rs line 35)
+TOOL_DEPENDS+= git-base-[0-9]*:../../devel/git-base
+
 .include "cargo-depends.mk"
 
 USE_TOOLS+=    pkg-config



Home | Main Index | Thread Index | Old Index