git: f5eea61c9007 - main - audio/kmix: pet stage-qa

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Mon, 05 Sep 2022 19:09:19 UTC
The branch main has been updated by fluffy:

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

commit f5eea61c900746a27f020bee7d464c1d926c0535
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:01:58 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:05:48 +0000

    audio/kmix: pet stage-qa
---
 audio/kmix/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/audio/kmix/Makefile b/audio/kmix/Makefile
index 3198b3fb873b..d9072f3d552f 100644
--- a/audio/kmix/Makefile
+++ b/audio/kmix/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	kmix
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	audio kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -9,7 +10,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libasound.so:audio/alsa-lib
 
-USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
+USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg
 USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons \
 		emoticons globalaccel i18n iconthemes init itemmodels \
 		itemviews kcmutils kdelibs4support notifications package \
@@ -17,6 +18,7 @@ USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons \
 		ecm_build
 USE_QT=		core dbus gui widgets xml \
 		buildtools_build qmake_build
+USE_XORG=	x11
 
 # we want the KF5 version of kmix
 CMAKE_ARGS=	-DKMIX_KF5_BUILD:BOOL=TRUE