git: e4e5c966bbc8 - main - x11/rsibreak: pet stage-qa

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

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

commit e4e5c966bbc889b90e79f1745d523b14e6590798
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:05:22 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:07:11 +0000

    x11/rsibreak: pet stage-qa
---
 x11/rsibreak/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11/rsibreak/Makefile b/x11/rsibreak/Makefile
index 71d28bbe9a20..ba4e8fcace5e 100644
--- a/x11/rsibreak/Makefile
+++ b/x11/rsibreak/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	rsibreak
 DISTVERSION=	0.12.15
+PORTREVISION=	1
 CATEGORIES=	x11 kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION:R}/
 
@@ -9,10 +10,11 @@ COMMENT=	KDE RSI prevention tool
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSES/GPL-2.0-or-later.txt
 
-USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
+USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg
 USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons doctools ecm \
 		iconthemes i18n idletime notifications notifyconfig \
 		sonnet textwidgets xmlgui widgetsaddons windowsystem
 USE_QT=		core dbus gui widgets xml buildtools_build qmake_build
+USE_XORG=	x11
 
 .include <bsd.port.mk>