git: b8e07ae0b2f2 - main - sysutils/plasma5-drkonqi: pet stage-qa

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

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

commit b8e07ae0b2f2ae73518f2c81ac7f655d5903ae56
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:04:34 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:51 +0000

    sysutils/plasma5-drkonqi: pet stage-qa
---
 sysutils/plasma5-drkonqi/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sysutils/plasma5-drkonqi/Makefile b/sysutils/plasma5-drkonqi/Makefile
index e36fdb21eb86..3b4bbb3e880e 100644
--- a/sysutils/plasma5-drkonqi/Makefile
+++ b/sysutils/plasma5-drkonqi/Makefile
@@ -1,11 +1,12 @@
 PORTNAME=	drkonqi
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	sysutils kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Plasma5 crash handler
 
-USES=		cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
+USES=		cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz xorg
 USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
 		i18n idletime jobwidgets kio notifications service \
 		syntaxhighlighting wallet widgetsaddons windowsystem \
@@ -13,5 +14,6 @@ USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
 		ecm_build
 USE_QT=		concurrent core dbus gui network widgets x11extras xml \
 		buildtools_build qmake_build testlib_build
+USE_XORG=	x11
 
 .include <bsd.port.mk>