git: 463eee7e3fdd - main - sysutils/plasma5-polkit-kde-agent-1: pet stage-qa

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

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

commit 463eee7e3fddca24325e8544f279f2a3f331078d
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:04:40 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:54 +0000

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

diff --git a/sysutils/plasma5-polkit-kde-agent-1/Makefile b/sysutils/plasma5-polkit-kde-agent-1/Makefile
index 07d7ed753f73..39a1a1d1aac8 100644
--- a/sysutils/plasma5-polkit-kde-agent-1/Makefile
+++ b/sysutils/plasma5-polkit-kde-agent-1/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	polkit-kde-agent-1
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	sysutils kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
@@ -7,10 +8,11 @@ COMMENT=	Plasma5 daemon providing a polkit authentication UI
 
 LIB_DEPENDS=	libpolkit-qt5-core-1.so:sysutils/polkit-qt
 
-USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
+USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg
 USE_KDE=	config coreaddons crash dbusaddons ecm i18n iconthemes \
 		notifications widgetsaddons windowsystem
 USE_QT=		core dbus gui widgets \
 		buildtools_build qmake_build
+USE_XORG=	x11
 
 .include <bsd.port.mk>