pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/pulseaudio Don't depend on the "consolekit" pack...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1258dd65e1ee
branches:  trunk
changeset: 392613:1258dd65e1ee
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon May 04 16:20:48 2009 +0000

description:
Don't depend on the "consolekit" package under Mac OS X as the
"consolekit" package doesn't build.

diffstat:

 audio/pulseaudio/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 3638d3acc0a1 -r 1258dd65e1ee audio/pulseaudio/Makefile
--- a/audio/pulseaudio/Makefile Mon May 04 13:43:51 2009 +0000
+++ b/audio/pulseaudio/Makefile Mon May 04 16:20:48 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2009/05/04 06:21:02 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2009/05/04 16:20:48 tron Exp $
 
 # NOTE: Please send a copy of any patches that are not pkgsrc-specific
 # to <pulseaudio-discuss%mail.0pointer.de@localhost>
@@ -106,7 +106,9 @@
 .include "../../devel/liboil/buildlink3.mk"
 .include "../../security/policykit/buildlink3.mk"
 .include "../../sysutils/dbus/buildlink3.mk"
+.if ${OPSYS} != "Darwin"
 .include "../../sysutils/consolekit/buildlink3.mk"
+.endif
 .include "../../sysutils/hal/buildlink3.mk"
 .include "../../x11/libICE/buildlink3.mk"
 .include "../../x11/libSM/buildlink3.mk"



Home | Main Index | Thread Index | Old Index