pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/oculante oculante: add build dependency on cm...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dcddd2851a00
branches:  trunk
changeset: 383805:dcddd2851a00
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 23 06:45:01 2022 +0000

description:
oculante: add build dependency on cmake, used by one of the crates

diffstat:

 graphics/oculante/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f4b6fbd7389f -r dcddd2851a00 graphics/oculante/Makefile
--- a/graphics/oculante/Makefile        Mon Aug 22 23:00:19 2022 +0000
+++ b/graphics/oculante/Makefile        Tue Aug 23 06:45:01 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/08/22 18:29:28 pin Exp $
+# $NetBSD: Makefile,v 1.2 2022/08/23 06:45:01 wiz Exp $
 
 DISTNAME=      oculante-0.5.47
 CATEGORIES=    graphics
@@ -9,6 +9,8 @@
 COMMENT=       Minimalistic crossplatform image viewer written in rust
 LICENSE=       mit
 
+BUILD_DEPENDS+=        cmake-[0-9]*:../../devel/cmake
+
 .include "cargo-depends.mk"
 
 USE_LANGUAGES+=                c c++



Home | Main Index | Thread Index | Old Index