From 07e2ce82c3225b7461fa5546d027076491506552 Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Mon, 5 Sep 2022 22:04:56 +0300 Subject: [PATCH] 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 117818364e6e1..f13ab088c1436 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