git: cfa623f76f83 - main - devel/kf5-kio: pet stage-qa

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

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

commit cfa623f76f839b0a35a92ae302fb69b3654395f8
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:02:45 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:07 +0000

    devel/kf5-kio: pet stage-qa
---
 devel/kf5-kio/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/devel/kf5-kio/Makefile b/devel/kf5-kio/Makefile
index 7fc3cb5ebb6b..f02e76038154 100644
--- a/devel/kf5-kio/Makefile
+++ b/devel/kf5-kio/Makefile
@@ -1,15 +1,16 @@
 PORTNAME=	kio
 DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel kde kde-frameworks
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	KF5 resource and network access abstraction
 
 USES=		cmake compiler:c++11-lib desktop-file-utils \
-		gettext gnome kde:5 cpe qt:5 ssl tar:xz
+		gettext gnome kde:5 cpe qt:5 ssl tar:xz xorg
 USE_GNOME=	libxml2 libxslt
 USE_KDE=	archive auth bookmarks codecs completion config \
-		configwidgets coreaddons crash dbusaddons guiaddons \
+		configwidgets coreaddons crash dbusaddons doctools guiaddons \
 		i18n iconthemes itemviews jobwidgets kded \
 		notifications service solid sonnet textwidgets wallet \
 		widgetsaddons windowsystem xmlgui \
@@ -17,5 +18,6 @@ USE_KDE=	archive auth bookmarks codecs completion config \
 USE_QT=		concurrent core dbus declarative gui network \
 		script widgets x11extras xml \
 		buildtools_build qmake_build testlib_build
+USE_XORG=	x11
 
 .include <bsd.port.mk>