aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-09-05 19:01:58 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-09-05 19:05:48 +0000
commitf5eea61c900746a27f020bee7d464c1d926c0535 (patch)
tree1f4e879b12517e8bb524a4b264c23f3a46d8a7fb
parentf71951a082458c2cc48bd68b3d3610d3fe80a40e (diff)
downloadports-f5eea61c900746a27f020bee7d464c1d926c0535.tar.gz
ports-f5eea61c900746a27f020bee7d464c1d926c0535.zip
audio/kmix: pet stage-qa
-rw-r--r--audio/kmix/Makefile4
1 files changed, 3 insertions, 1 deletions
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