diff options
| author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-12-26 23:44:26 +0000 |
|---|---|---|
| committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-12-26 23:44:26 +0000 |
| commit | 97404867424af304f49d01bfbf56c7d05f17124d (patch) | |
| tree | 5c69d0650d9b14a543ce713add9a8b548a4fbd56 | |
| parent | cf3b464ef8a746b4109e3176b1a6c92b52c4e338 (diff) | |
audio/mixxx: Add missing dependency to mixxx-qt6 one
- Bump PORTREVISION
Reported by: vishwin
| -rw-r--r-- | audio/mixxx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
