git: f1c021bd6ec9 - main - audio/synthpod-lv2: Fix build with QT option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Mar 2023 17:10:57 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1c021bd6ec9c047c2a82db8bc625ecacef93e34 commit f1c021bd6ec9c047c2a82db8bc625ecacef93e34 Author: Alastair Hogge <agh@riseup.net> AuthorDate: 2023-03-11 16:54:14 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-03-11 17:10:53 +0000 audio/synthpod-lv2: Fix build with QT option PR: 270107 --- audio/synthpod-lv2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/synthpod-lv2/Makefile b/audio/synthpod-lv2/Makefile index 4255247b8ece..c722a93908d1 100644 --- a/audio/synthpod-lv2/Makefile +++ b/audio/synthpod-lv2/Makefile @@ -54,8 +54,8 @@ JACK_MESON_OFF= -Duse-jack=false QT_DESC= Build Qt-5 sandbox QT_USES= qt:5 +QT_USE= qt=gui,widgets,buildtools:build QT_MESON_OFF= -Duse-qt5=false -QT_USE= QT=core,widgets X11_DESC= Build X11 sandbox X11_MESON_OFF= -Duse-x11=false