pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/ncspot



Module Name:    pkgsrc
Committed By:   pin
Date:           Sat Oct 19 15:33:48 UTC 2024

Modified Files:
        pkgsrc/audio/ncspot: Makefile

Log Message:
audio/ncspot: fix broken build


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/audio/ncspot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/ncspot/Makefile
diff -u pkgsrc/audio/ncspot/Makefile:1.67 pkgsrc/audio/ncspot/Makefile:1.68
--- pkgsrc/audio/ncspot/Makefile:1.67   Wed Oct 16 10:13:08 2024
+++ pkgsrc/audio/ncspot/Makefile        Sat Oct 19 15:33:48 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2024/10/16 10:13:08 pin Exp $
+# $NetBSD: Makefile,v 1.68 2024/10/19 15:33:48 pin Exp $
 
 DISTNAME=      ncspot-1.2.0
 CATEGORIES=    audio
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/hrkfdn/ncsp
 COMMENT=       Cross-platform ncurses Spotify client written in Rust
 LICENSE=       2-clause-bsd
 
+TOOL_DEPENDS+=  cmake-[0-9]*:../../devel/cmake
+
 .include "cargo-depends.mk"
 
 #RUST_REQ=     1.80.1



Home | Main Index | Thread Index | Old Index