git: 14a0f0f57658 - main - devel/qt6-scxml: pet stage-qa
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 19:10:21 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=14a0f0f576586eefbdee54d6dc8168d3042e8b10
commit 14a0f0f576586eefbdee54d6dc8168d3042e8b10
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:02:55 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:11 +0000
devel/qt6-scxml: pet stage-qa
---
devel/qt6-scxml/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/devel/qt6-scxml/Makefile b/devel/qt6-scxml/Makefile
index bae72cb3a582..2e6ae56995e1 100644
--- a/devel/qt6-scxml/Makefile
+++ b/devel/qt6-scxml/Makefile
@@ -1,5 +1,6 @@
PORTNAME= scxml
PORTVERSION= ${QT6_VERSION}
+PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= qt6-
@@ -7,8 +8,10 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Qt6 SCXML module
BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers
+LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
-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>