Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2023 17:10:57 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f1c021bd6ec9 - main - audio/synthpod-lv2: Fix build with QT option
Message-ID:  <202303111710.32BHAvrR033241@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303111710.32BHAvrR033241>