pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/oculante



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 23 06:45:01 UTC 2022

Modified Files:
        pkgsrc/graphics/oculante: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/oculante/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/oculante/Makefile
diff -u pkgsrc/graphics/oculante/Makefile:1.1 pkgsrc/graphics/oculante/Makefile:1.2
--- pkgsrc/graphics/oculante/Makefile:1.1       Mon Aug 22 18:29:28 2022
+++ pkgsrc/graphics/oculante/Makefile   Tue Aug 23 06:45:01 2022
@@ -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 @@ HOMEPAGE=       https://github.com/woelper/ocu
 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