git: 8435b84b73c9 - main - audio/mixxx: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Dec 2025 08:38:51 UTC
The branch main has been updated by acm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8435b84b73c932fc9bd8ba8216926e1c7cfafd04
commit 8435b84b73c932fc9bd8ba8216926e1c7cfafd04
Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2025-12-28 08:36:02 +0000
Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2025-12-28 08:38:44 +0000
audio/mixxx: Fix build
- Fix of QT dependencies. I removed it by mistake
Reported by: jhale
---
audio/mixxx/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile
index 0c27d4940690..6498b2b53413 100644
--- a/audio/mixxx/Makefile
+++ b/audio/mixxx/Makefile
@@ -38,8 +38,8 @@ LIB_DEPENDS= libabsl_base.so:devel/abseil \
USES= cmake:testing compiler:c++20-lang ebur128 gl iconv ninja pkgconfig \
qt:6 sqlite ssl xorg
-USE_QT= 5compat base:run declarative:build tools:build shadertools \
- sqldriver-sqlite:run svg
+USE_QT= 5compat base declarative shadertools sqldriver-sqlite:run svg \
+ tools:build
USE_XORG= ice sm x11 xext
USE_GL= gl glu
USE_GITHUB= yes