pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/spotifyd



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Apr 24 17:11:54 UTC 2025

Modified Files:
        pkgsrc/audio/spotifyd: Makefile

Log Message:
audio/spotifyd: fix broken build


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/spotifyd/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/spotifyd/Makefile
diff -u pkgsrc/audio/spotifyd/Makefile:1.8 pkgsrc/audio/spotifyd/Makefile:1.9
--- pkgsrc/audio/spotifyd/Makefile:1.8  Sun Apr 13 15:28:08 2025
+++ pkgsrc/audio/spotifyd/Makefile      Thu Apr 24 17:11:54 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2025/04/13 15:28:08 pin Exp $
+# $NetBSD: Makefile,v 1.9 2025/04/24 17:11:54 pin Exp $
 
 DISTNAME=      spotifyd-0.4.1
 CATEGORIES=    audio
@@ -12,6 +12,9 @@ LICENSE=      gnu-gpl-v3
 
 .include "cargo-depends.mk"
 
+TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
+TOOL_DEPENDS+= clang-[0-9]*:../../lang/clang
+
 RUST_REQ=      1.82.0
 
 USE_TOOLS+=    pkg-config



Home | Main Index | Thread Index | Old Index