From 4577a0382bbbcf727eab1e0824eafaf41a95166a Mon Sep 17 00:00:00 2001 From: js Date: Sun, 16 May 2021 19:01:36 +0000 Subject: audio/pulseaudio: Remove consolekit dependency on Linux It isn't needed and removes the Rust dependency. --- audio/pulseaudio/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio') 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" -- cgit v1.2.3