git: 27ddf00c6e16 - main - x11/plasma5-layer-shell-qt: pet stage-qa

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

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

commit 27ddf00c6e161d98ce5d447acf9dd1afdab950c8
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:05:17 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:07:09 +0000

    x11/plasma5-layer-shell-qt: pet stage-qa
---
 x11/plasma5-layer-shell-qt/Makefile | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/x11/plasma5-layer-shell-qt/Makefile b/x11/plasma5-layer-shell-qt/Makefile
index cae8ee45c33f..451d8dc00f3e 100644
--- a/x11/plasma5-layer-shell-qt/Makefile
+++ b/x11/plasma5-layer-shell-qt/Makefile
@@ -1,16 +1,19 @@
 PORTNAME=	layer-shell-qt
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11 kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Qt component to make use of the Wayland wl-layer-shell protoco
 
 BUILD_DEPENDS=	wayland-protocols>0:graphics/wayland-protocols
-LIB_DEPENDS=	libxkbcommon.so:x11/libxkbcommon
+LIB_DEPENDS=	libwayland-client.so:graphics/wayland \
+		libxkbcommon.so:x11/libxkbcommon
 
-USES=		cmake compiler:c++11-lang gettext kde:5 pkgconfig qt:5 tar:xz
+USES=		cmake compiler:c++11-lang gettext gl kde:5 pkgconfig qt:5 tar:xz
+USE_GL=		gl
 USE_KDE=	ecm
-USE_QT=		core wayland \
+USE_QT=		core gui wayland \
 		buildtools_build qmake_build
 
 .include <bsd.port.mk>