git: 413a1f2fd2c2 - main - audio/plasma5-oxygen-sounds: Fix build with KF6

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Mon, 15 Jul 2024 08:12:29 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=413a1f2fd2c2997f8160604f1c1abc7871e0a050

commit 413a1f2fd2c2997f8160604f1c1abc7871e0a050
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-07-15 08:11:47 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-07-15 08:12:19 +0000

    audio/plasma5-oxygen-sounds: Fix build with KF6
    
    PR:             280070
---
 audio/plasma5-oxygen-sounds/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/plasma5-oxygen-sounds/Makefile b/audio/plasma5-oxygen-sounds/Makefile
index cbe782cc7d0b..42129d97755c 100644
--- a/audio/plasma5-oxygen-sounds/Makefile
+++ b/audio/plasma5-oxygen-sounds/Makefile
@@ -11,7 +11,7 @@ LICENSE_COMB=	multi
 
 USES=		cmake:noninja kde:5 qt:5 tar:xz
 USE_KDE=	ecm:build
-USE_QT=		buildtools:build qmake:build
+USE_QT=		buildtools:build core:build qmake:build
 NO_ARCH=	yes
 
 .include <bsd.port.mk>