pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/simp
Module Name: pkgsrc
Committed By: wiz
Date: Tue Sep 20 07:38:49 UTC 2022
Modified Files:
pkgsrc/graphics/simp: Makefile
Log Message:
simp: add tool dependency on git
Needed during build.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/simp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/simp/Makefile
diff -u pkgsrc/graphics/simp/Makefile:1.1 pkgsrc/graphics/simp/Makefile:1.2
--- pkgsrc/graphics/simp/Makefile:1.1 Sat Sep 17 15:54:23 2022
+++ pkgsrc/graphics/simp/Makefile Tue Sep 20 07:38:49 2022
@@ -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 @@ HOMEPAGE= https://github.com/Kl4rry/simp
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