summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjs <js@pkgsrc.org>2021-05-16 19:01:36 +0000
committerjs <js@pkgsrc.org>2021-05-16 19:01:36 +0000
commit4577a0382bbbcf727eab1e0824eafaf41a95166a (patch)
tree3e9698726ca5f5dc51244467d4903d8f8d7e8506 /audio
parent24ee95035c3b10d9e54ddbc7c6ffc1cf7697c7ad (diff)
downloadpkgsrc-4577a0382bbbcf727eab1e0824eafaf41a95166a.tar.gz
audio/pulseaudio: Remove consolekit dependency on Linux
It isn't needed and removes the Rust dependency.
Diffstat (limited to 'audio')
-rw-r--r--audio/pulseaudio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index 1c5fef3d630..faeb6367002 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.157 2021/03/30 18:09:45 wiz Exp $
+# $NetBSD: Makefile,v 1.158 2021/05/16 19:01:36 js Exp $
DISTNAME= pulseaudio-14.2
PKGREVISION= 2
@@ -135,7 +135,7 @@ pre-configure:
set -e; cd ${WRKSRC}; \
aclocal; autoheader; automake -a --foreign -i; autoconf
-.if ${OPSYS} != "Darwin"
+.if ${OPSYS} != Linux && ${OPSYS} != "Darwin"
.include "../../sysutils/consolekit/buildlink3.mk"
.endif
.include "../../audio/libsndfile/buildlink3.mk"