diff options
author | wiz <wiz@pkgsrc.org> | 2022-09-20 07:38:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-09-20 07:38:49 +0000 |
commit | 4fd0e3fd2a7fa7fa5cff33ddf866818d99521571 (patch) | |
tree | a56cc7758c91bf581ce92df6dd1dcf7b66e9a837 /graphics | |
parent | e1ab76628a57603368a11d7e62d733d02eb61d80 (diff) | |
download | pkgsrc-4fd0e3fd2a7fa7fa5cff33ddf866818d99521571.tar.gz |
simp: add tool dependency on git
Needed during build.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/simp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/simp/Makefile b/graphics/simp/Makefile index c5148262130..f36f09c4f88 100644 --- a/graphics/simp/Makefile +++ b/graphics/simp/Makefile @@ -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 |