pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/qmmp



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Apr  5 09:17:23 UTC 2025

Modified Files:
        pkgsrc/audio/qmmp: Makefile

Log Message:
qmmp: Pull in qt5-qttools via buildlink as well as tool.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/audio/qmmp/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/qmmp/Makefile
diff -u pkgsrc/audio/qmmp/Makefile:1.64 pkgsrc/audio/qmmp/Makefile:1.65
--- pkgsrc/audio/qmmp/Makefile:1.64     Mon Mar 31 16:50:45 2025
+++ pkgsrc/audio/qmmp/Makefile  Sat Apr  5 09:17:23 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2025/03/31 16:50:45 nia Exp $
+# $NetBSD: Makefile,v 1.65 2025/04/05 09:17:23 nia Exp $
 
 DISTNAME=      qmmp-1.7.4
 CATEGORIES=    audio
@@ -78,6 +78,7 @@ PRINT_PLIST_AWK+=     /libffmpeg./ { print "
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../www/curl/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qttools/buildlink3.mk"
 .if ${OPSYS} == "Darwin"
 .  include "../../x11/qt5-qtmultimedia/buildlink3.mk"
 .else



Home | Main Index | Thread Index | Old Index