git: 9c404e22fdd1 - main - x11-fm/krusader2: pet stage-qa

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

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

commit 9c404e22fdd12491ff3add0b41da6527810c3a18
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:04:58 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:07:01 +0000

    x11-fm/krusader2: pet stage-qa
---
 x11-fm/krusader2/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-fm/krusader2/Makefile b/x11-fm/krusader2/Makefile
index 9cef7d43262c..f666ccc7d7e2 100644
--- a/x11-fm/krusader2/Makefile
+++ b/x11-fm/krusader2/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	krusader
 DISTVERSION=	2.7.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-fm kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}/
 
@@ -10,7 +10,7 @@ COMMENT=	Twin panel file manager for KDE, like midnight or norton commander
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cmake compiler:c++11-lang cpe gettext kde:5 qt:5 tar:xz
+USES=		cmake compiler:c++11-lang cpe gettext kde:5 qt:5 tar:xz xorg
 USE_KDE=	archive auth auth bookmarks codecs completion config \
 		configwidgets coreaddons doctools ecm guiaddons i18n \
 		iconthemes itemviews jobwidgets kio notifications parts \
@@ -18,5 +18,6 @@ USE_KDE=	archive auth auth bookmarks codecs completion config \
 		windowsystem xmlgui
 USE_QT=		concurrent core dbus gui network printsupport xml widgets \
 		buildtools_build qmake_build
+USE_XORG=	x11
 
 .include <bsd.port.mk>