git: 97404867424a - main - audio/mixxx: Add missing dependency to mixxx-qt6 one

From: Jose Alonso Cardenas Marquez <acm_at_FreeBSD.org>
Date: Thu, 26 Dec 2024 23:45:43 UTC
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=97404867424af304f49d01bfbf56c7d05f17124d

commit 97404867424af304f49d01bfbf56c7d05f17124d
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2024-12-26 23:44:26 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2024-12-26 23:44:26 +0000

    audio/mixxx: Add missing dependency to mixxx-qt6 one
    
    - Bump PORTREVISION
    Reported by:    vishwin
---
 audio/mixxx/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile
index 58b6ec1e2c47..742b16837428 100644
--- a/audio/mixxx/Makefile
+++ b/audio/mixxx/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	mixxx
 DISTVERSION=	2.5.0
+PORTREVISION=	1
 CATEGORIES=	audio
 
 MAINTAINER=	acm@FreeBSD.org
@@ -53,7 +54,8 @@ GH_ACCOUNT=	mixxxdj
 PKGNAMESUFFIX=  -qt6
 
 USES+=		qt:6
-USE_QT=		5compat base:run declarative:build tools:build shadertools svg
+USE_QT=		5compat base:run declarative:build tools:build shadertools \
+		sqldriver-sqlite:run svg
 CMAKE_ARGS+=	-DQT6=ON
 
 QTKEYCHAIN_LIB_DEPENDS=	libqt6keychain.so:security/qtkeychain@qt6