Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Sep 2022 19:09:19 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f5eea61c9007 - main - audio/kmix: pet stage-qa
Message-ID:  <202209051909.285J9JId014386@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209051909.285J9JId014386>