pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/librespot



Module Name:    pkgsrc
Committed By:   pin
Date:           Sat Oct 19 15:32:44 UTC 2024

Modified Files:
        pkgsrc/audio/librespot: Makefile

Log Message:
audio/librespot: fix broken build


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/audio/librespot/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/librespot/Makefile
diff -u pkgsrc/audio/librespot/Makefile:1.28 pkgsrc/audio/librespot/Makefile:1.29
--- pkgsrc/audio/librespot/Makefile:1.28        Wed Oct 16 10:05:03 2024
+++ pkgsrc/audio/librespot/Makefile     Sat Oct 19 15:32:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2024/10/16 10:05:03 pin Exp $
+# $NetBSD: Makefile,v 1.29 2024/10/19 15:32:44 pin Exp $
 
 DISTNAME=      librespot-0.5.0
 CATEGORIES=    audio
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/librespot-o
 COMMENT=       Open Source Spotify client library
 LICENSE=       mit
 
+TOOL_DEPENDS+=  cmake-[0-9]*:../../devel/cmake
+
 .include "cargo-depends.mk"
 
 RUST_REQ=              1.74.0



Home | Main Index | Thread Index | Old Index