pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/kf6-kguiaddons



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov 18 08:25:35 UTC 2025

Modified Files:
        pkgsrc/x11/kf6-kguiaddons: Makefile

Log Message:
kf6-kguiaddon: explicitly depend on qt6-qtdeclarative

For Qt6Qml, in the hope it fixes the macOS bulk build.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/kf6-kguiaddons/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/kf6-kguiaddons/Makefile
diff -u pkgsrc/x11/kf6-kguiaddons/Makefile:1.11 pkgsrc/x11/kf6-kguiaddons/Makefile:1.12
--- pkgsrc/x11/kf6-kguiaddons/Makefile:1.11     Thu Oct 23 20:40:00 2025
+++ pkgsrc/x11/kf6-kguiaddons/Makefile  Tue Nov 18 08:25:35 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2025/10/23 20:40:00 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2025/11/18 08:25:35 wiz Exp $
 
 DISTNAME=      kguiaddons-${KF6VER}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    x11
 
 HOMEPAGE=      https://community.kde.org/Frameworks
@@ -28,5 +28,6 @@ PKGCONFIG_OVERRIDE_STAGE=     post-build
 CMAKE_CONFIGURE_ARGS+= -DWITH_WAYLAND=OFF
 .endif
 
+.include "../../lang/qt6-qtdeclarative/buildlink3.mk"
 .include "../../x11/qt6-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index