git: 07e2ce82c322 - main - www/qt6-webchannel: pet stage-qa

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

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

commit 07e2ce82c3225b7461fa5546d027076491506552
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:04:56 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:07:00 +0000

    www/qt6-webchannel: pet stage-qa
---
 www/qt6-webchannel/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/qt6-webchannel/Makefile b/www/qt6-webchannel/Makefile
index 117818364e6e..f13ab088c143 100644
--- a/www/qt6-webchannel/Makefile
+++ b/www/qt6-webchannel/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	webchannel
 PORTVERSION=	${QT6_VERSION}
+PORTREVISION=	1
 CATEGORIES=	www
 PKGNAMEPREFIX=	qt6-
 
@@ -8,7 +9,8 @@ COMMENT=	Qt 6 library for integration of C++/QML with HTML/js clients
 
 BUILD_DEPENDS=	vulkan-headers>0:graphics/vulkan-headers
 
-USES=		cmake compiler:c++11-lang pkgconfig qt-dist:6
+USES=		cmake compiler:c++11-lang gl pkgconfig qt-dist:6
+USE_GL=		gl opengl
 USE_QT=		base declarative websockets
 
 .include <bsd.port.mk>