git: c2c707aab189 - main - graphics/kgraphviewer: pet stage-qa

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

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

commit c2c707aab18954d02d50bcca59500743461badee
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:03:11 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:17 +0000

    graphics/kgraphviewer: pet stage-qa
---
 graphics/kgraphviewer/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/graphics/kgraphviewer/Makefile b/graphics/kgraphviewer/Makefile
index 55924bad9e18..91dc8cad7cce 100644
--- a/graphics/kgraphviewer/Makefile
+++ b/graphics/kgraphviewer/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	kgraphviewer
 DISTVERSION=	2.4.3
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}/
 DIST_SUBDIR=	KDE/${PORTNAME}
@@ -15,12 +15,13 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs
 LIB_DEPENDS=	libgvc.so:graphics/graphviz
 
 USES=		cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 tar:xz \
-		pkgconfig
+		pkgconfig xorg
 USE_KDE=	auth codecs completion config configwidgets \
 		coreaddons i18n iconthemes jobwidgets kio parts service \
-		sonnet textwidgets widgetsaddons xmlgui \
+		solid sonnet textwidgets widgetsaddons windowsystem xmlgui \
 		ecm_build doctools_build
 USE_QT=		concurrent core dbus gui network printsupport svg widgets xml \
 		buildtools_build qmake_build
+USE_XORG=	x11
 
 .include <bsd.port.mk>