git: 4a88deec10c1 - main - net/freerdp3: Fix build against kde-goes-to-6 branch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Jul 2024 08:07:25 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=4a88deec10c140c22d032b6330634195f99ee02b commit 4a88deec10c140c22d032b6330634195f99ee02b Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-07-27 08:06:25 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-07-27 08:07:16 +0000 net/freerdp3: Fix build against kde-goes-to-6 branch --- net/freerdp3/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/freerdp3/Makefile b/net/freerdp3/Makefile index eeebe76d3afa..4a153beb3627 100644 --- a/net/freerdp3/Makefile +++ b/net/freerdp3/Makefile @@ -175,7 +175,8 @@ WAYLAND_RUN_DEPENDS= wayland-scanner:graphics/wayland WAYLAND_CMAKE_BOOL= WITH_WAYLAND WEBENGINE_USES_= qt:5 -WEBENGINE_USE_QT= core declarative gui location network printsupport webchannel webengine widgets +WEBENGINE_USE_QT= core declarative gui location network printsupport \ + webchannel webengine widgets buildtools:build qmake:build WEBENGINE_CMAKE_BOOL= WITH_WEBVIEW_QT WEBENGINE_CMAKE_ON= -DWITH_WEBVIEW:BOOL=ON