git: 122f9cd77168 - main - x11-toolkits/qt6-charts: pet stage-qa

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

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

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

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

diff --git a/x11-toolkits/qt6-charts/Makefile b/x11-toolkits/qt6-charts/Makefile
index b9a49d0ff4c6..95ce8219d85e 100644
--- a/x11-toolkits/qt6-charts/Makefile
+++ b/x11-toolkits/qt6-charts/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	charts
 PORTVERSION=	${QT6_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 PKGNAMEPREFIX=	qt6-
 
@@ -8,7 +9,8 @@ COMMENT=	Qt 6 charts module
 
 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
 
 .include <bsd.port.mk>