git: d1c0dd89476c - main - audio/plasma5-kpipewire: cleanup dependencies

From: Tobias C. Berner <tcberner_at_FreeBSD.org>
Date: Thu, 14 Sep 2023 10:44:11 UTC
The branch main has been updated by tcberner:

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

commit d1c0dd89476cc0073876bc17876fe94201ce2166
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-09-14 09:11:53 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-09-14 10:41:42 +0000

    audio/plasma5-kpipewire: cleanup dependencies
---
 audio/plasma5-kpipewire/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/audio/plasma5-kpipewire/Makefile b/audio/plasma5-kpipewire/Makefile
index dd1013b90275..a18e30c80011 100644
--- a/audio/plasma5-kpipewire/Makefile
+++ b/audio/plasma5-kpipewire/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	kpipewire
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	audio kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
@@ -17,7 +18,7 @@ USE_GL=		egl gbm gl
 USE_GNOME=	glib20
 USE_KDE=	coreaddons i18n wayland \
 		ecm:build plasma-wayland-protocols:build
-USE_QT=		core dbus declarative gui network wayland \
+USE_QT=		core declarative gui network wayland \
 		buildtools:build qmake:build
 
 .include <bsd.port.mk>