git: 6df0da7ad8ab - main - misc/kf5-purpose: pet stage-qa

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Mon, 05 Sep 2022 19:11:07 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6df0da7ad8ab019a301f3d7357377a2f9380e7d6

commit 6df0da7ad8ab019a301f3d7357377a2f9380e7d6
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:03:33 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:26 +0000

    misc/kf5-purpose: pet stage-qa
---
 misc/kf5-purpose/Makefile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/misc/kf5-purpose/Makefile b/misc/kf5-purpose/Makefile
index 9470dc61783d..4669dd8f81ae 100644
--- a/misc/kf5-purpose/Makefile
+++ b/misc/kf5-purpose/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	purpose
 DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc kde kde-frameworks
 
 MAINTAINER=	kde@FreeBSD.org
@@ -11,13 +11,14 @@ LIB_DEPENDS=	libaccounts-qt5.so:net-im/libaccounts-qt5 \
 RUN_DEPENDS=	accounts-qml-module>=0:sysutils/accounts-qml-module
 
 USES=		cmake compiler:c++11-lang gettext gnome \
-		kde:5 pkgconfig qt:5 tar:xz
+		kde:5 pkgconfig qt:5 tar:xz xorg
 USE_GNOME=	intltool
 USE_KDE=	config completion coreaddons i18n kdeclarative kio \
-		kirigami2 notifications jobwidgets service widgetsaddons \
-		windowsystem \
+		kirigami2 notifications jobwidgets service solid \
+		widgetsaddons windowsystem \
 		ecm_build
 USE_QT=		concurrent core dbus declarative gui network widgets xml \
 		buildtools_build qmake_build
+USE_XORG=	x11
 
 .include <bsd.port.mk>