diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-08-27 11:28:05 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-08-27 11:53:23 +0200 |
commit | 400762247806d6e6371e70edf99ead80d75a41ff (patch) | |
tree | 642cf8220f868384335a221d5adea203689e738f /audio | |
parent | devel/fccf: fix build on non-x86 (diff) |
security/qtkeychain: add flavors for Qt 5 and Qt 6
Approved by: arrowd
Differential Revision: https://reviews.freebsd.org/D36375
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mixxx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile index f3c7479b9800..6c0518b17c35 100644 --- a/audio/mixxx/Makefile +++ b/audio/mixxx/Makefile @@ -1,6 +1,6 @@ PORTNAME= mixxx DISTVERSION= 2.3.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MAINTAINER= acm@FreeBSD.org @@ -71,7 +71,7 @@ OPUS_LIB_DEPENDS= libopus.so:audio/opus \ libopusfile.so:audio/opusfile OPUS_CMAKE_BOOL= OPUS QTKEYCHAIN_DESC= Secure credentials storage for Live Broadcasting profiles -QTKEYCHAIN_LIB_DEPENDS= libqt5keychain.so:security/qtkeychain +QTKEYCHAIN_LIB_DEPENDS= libqt5keychain.so:security/qtkeychain@qt5 QTKEYCHAIN_CMAKE_BOOL= QTKEYCHAIN WAVPACK_LIB_DEPENDS= libwavpack.so:audio/wavpack WAVPACK_CMAKE_BOOL= WAVPACK |