git: 34e85ff599dd - main - KDE: complete dependency list in kf6-ports

From: Tobias C. Berner <tcberner_at_FreeBSD.org>
Date: Sun, 03 Dec 2023 09:30:35 UTC
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=34e85ff599ddb057d4d567f006d2a86da58a2bf3

commit 34e85ff599ddb057d4d567f006d2a86da58a2bf3
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-12-03 08:24:51 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-12-03 09:30:20 +0000

    KDE: complete dependency list in kf6-ports
    
    Reported by:    poudriere
---
 devel/kf6-knotifications/Makefile         | 2 +-
 devel/kf6-ktexteditor/Makefile            | 2 +-
 sysutils/kf6-kuserfeedback/Makefile       | 5 +++--
 textproc/kf6-syntax-highlighting/Makefile | 2 +-
 x11-toolkits/kf6-ktextwidgets/Makefile    | 2 +-
 5 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/devel/kf6-knotifications/Makefile b/devel/kf6-knotifications/Makefile
index d65af89f9f5c..566e836b9272 100644
--- a/devel/kf6-knotifications/Makefile
+++ b/devel/kf6-knotifications/Makefile
@@ -11,7 +11,7 @@ USES=		cmake gl kde:6 qt:6 tar:xz xorg
 USE_GL=		gl opengl
 USE_KDE=	config coreaddons windowsystem \
 		ecm:build
-USE_QT=		base
+USE_QT=		base declarative
 USE_XORG=	x11 xtst
 
 .include <bsd.port.mk>
diff --git a/devel/kf6-ktexteditor/Makefile b/devel/kf6-ktexteditor/Makefile
index 11b364f5ec1d..e23c815dae2b 100644
--- a/devel/kf6-ktexteditor/Makefile
+++ b/devel/kf6-ktexteditor/Makefile
@@ -14,7 +14,7 @@ USE_KDE=	archive auth codecs colorscheme completion config \
 		kio parts service solid sonnet syntaxhighlighting textwidgets \
 		widgetsaddons windowsystem xmlgui \
 		ecm:build
-USE_QT=		base declarative
+USE_QT=		base declarative speech multimedia
 USE_XORG=	x11
 
 .include <bsd.port.mk>
diff --git a/sysutils/kf6-kuserfeedback/Makefile b/sysutils/kf6-kuserfeedback/Makefile
index 2eda9efd1b13..09d358bc9aeb 100644
--- a/sysutils/kf6-kuserfeedback/Makefile
+++ b/sysutils/kf6-kuserfeedback/Makefile
@@ -5,9 +5,10 @@ CATEGORIES=	sysutils kde kde-frameworks
 COMMENT=	Framework for collecting feedback from application users
 MAINTAINER=	kde@FreeBSD.org
 
-USES=		cmake kde:6 qt:6 tar:xz
+USES=		cmake gl kde:6 qt:6 tar:xz
+USE_GL=		gl opengl
 USE_KDE=	ecm:build
-USE_QT=		base charts svg tools
+USE_QT=		base charts declarative svg tools
 
 CMAKE_ARGS=	-DQT_MAJOR_VERSION=6
 CMAKE_OFF=	ENABLE_DOCS
diff --git a/textproc/kf6-syntax-highlighting/Makefile b/textproc/kf6-syntax-highlighting/Makefile
index fc343e0bf7ea..3d91b3c41a04 100644
--- a/textproc/kf6-syntax-highlighting/Makefile
+++ b/textproc/kf6-syntax-highlighting/Makefile
@@ -8,6 +8,6 @@ MAINTAINER=	kde@FreeBSD.org
 USES=		cmake gl kde:6 qt:6 tar:xz
 USE_GL=		gl opengl
 USE_KDE=	ecm:build
-USE_QT=		base tools
+USE_QT=		base tools declarative
 
 .include <bsd.port.mk>
diff --git a/x11-toolkits/kf6-ktextwidgets/Makefile b/x11-toolkits/kf6-ktextwidgets/Makefile
index 4a9971724852..7e95114b6c59 100644
--- a/x11-toolkits/kf6-ktextwidgets/Makefile
+++ b/x11-toolkits/kf6-ktextwidgets/Makefile
@@ -10,6 +10,6 @@ USE_GL=		gl opengl
 USE_KDE=	colorscheme completion config configwidgets i18n sonnet \
 		widgetsaddons \
 		ecm:build
-USE_QT=		base speech
+USE_QT=		base speech multimedia
 
 .include <bsd.port.mk>