aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Hogge <agh@riseup.net>2023-03-11 16:54:14 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-03-11 17:10:53 +0000
commitf1c021bd6ec9c047c2a82db8bc625ecacef93e34 (patch)
tree1c3623184fb273909deef4c0c11e7b1f60fc47d3
parent40ee627f1fc4fa44548abdd4cf68095f00f0b1e1 (diff)
downloadports-f1c021bd6ec9c047c2a82db8bc625ecacef93e34.tar.gz
ports-f1c021bd6ec9c047c2a82db8bc625ecacef93e34.zip
audio/synthpod-lv2: Fix build with QT option
PR: 270107
-rw-r--r--audio/synthpod-lv2/Makefile2
1 files changed, 1 insertions, 1 deletions
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