aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-09-05 19:05:07 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-09-05 19:07:05 +0000
commit41e3f02f2a8b92b68e1bc09825db1cc565861794 (patch)
treed85f68b619f1c43e5f2c1773a0becaff24ffa533
parent122f9cd771687a32ee83c5a0416cd97be4b4bb50 (diff)
downloadports-41e3f02f2a8b92b68e1bc09825db1cc565861794.tar.gz
ports-41e3f02f2a8b92b68e1bc09825db1cc565861794.zip
x11-toolkits/qt6-virtualkeyboard: pet stage-qa
-rw-r--r--x11-toolkits/qt6-virtualkeyboard/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-toolkits/qt6-virtualkeyboard/Makefile b/x11-toolkits/qt6-virtualkeyboard/Makefile
index f094082372b1..b77e54d02768 100644
--- a/x11-toolkits/qt6-virtualkeyboard/Makefile
+++ b/x11-toolkits/qt6-virtualkeyboard/Makefile
@@ -1,5 +1,6 @@
PORTNAME= virtualkeyboard
PORTVERSION= ${QT6_VERSION}
+PORTREVISION =1
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt6-
@@ -7,9 +8,12 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Qt 6 Virtual Keyboard Module
BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers
-LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
+LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell \
+ 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 xorg
+USE_GL= gl opengl
USE_QT= base declarative svg
+USE_XORG= xcb
.include <bsd.port.mk>