pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libkscreen



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Nov 15 22:06:14 UTC 2023

Modified Files:
        pkgsrc/x11/libkscreen: Makefile

Log Message:
libkscreen: add missing tool dependency on qt5-qttools


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/libkscreen/Makefile

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

Modified files:

Index: pkgsrc/x11/libkscreen/Makefile
diff -u pkgsrc/x11/libkscreen/Makefile:1.22 pkgsrc/x11/libkscreen/Makefile:1.23
--- pkgsrc/x11/libkscreen/Makefile:1.22 Tue Nov 14 03:53:46 2023
+++ pkgsrc/x11/libkscreen/Makefile      Wed Nov 15 22:06:14 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2023/11/14 03:53:46 gutteridge Exp $
+# $NetBSD: Makefile,v 1.23 2023/11/15 22:06:14 gutteridge Exp $
 
 PLASMAVER=     5.27.9
 DISTNAME=      libkscreen-${PLASMAVER}
@@ -17,6 +17,7 @@ USE_CXX_FEATURES+=    c++17
 PKGCONFIG_OVERRIDE+=   src/kscreen2.pc.in
 
 TOOL_DEPENDS+= extra-cmake-modules>=5.102.0:../../devel/extra-cmake-modules
+TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
 
 BUILDLINK_API_DEPENDS.kconfig+=        kconfig>=5.102.0
 .include "../../devel/kconfig/buildlink3.mk"



Home | Main Index | Thread Index | Old Index