git: cd87b0cd4e3a - main - sysutils/plasma5-plasma-systemmonitor: pet stage-qa

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

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

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

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

diff --git a/sysutils/plasma5-plasma-systemmonitor/Makefile b/sysutils/plasma5-plasma-systemmonitor/Makefile
index cef8199ab022..0b336ac658c0 100644
--- a/sysutils/plasma5-plasma-systemmonitor/Makefile
+++ b/sysutils/plasma5-plasma-systemmonitor/Makefile
@@ -1,12 +1,13 @@
 PORTNAME=	plasma-systemmonitor
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	sysutils kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Plasma5 system monitor
 
 USES=		cmake compiler:c++11-lib desktop-file-utils gettext kde:5 \
-		localbase pathfix qt:5 tar:xz
+		localbase pathfix qt:5 tar:xz xorg
 USE_KDE=	attica auth codecs config configwidgets coreaddons dbusaddons \
 		ecm globalaccel i18n itemmodels kdeclarative kio ksystemstats \
 		libksysguard newstuff package service widgetsaddons \
@@ -14,5 +15,6 @@ USE_KDE=	attica auth codecs config configwidgets coreaddons dbusaddons \
 USE_QT=		concurrent core dbus declarative gui network quickcontrols2 \
 		widgets xml \
 		buildtools_build qmake_build
+USE_XORG=	x11
 
 .include <bsd.port.mk>