From bbb62a57bbd3844eb12cb9c3e6a4359a1e447f97 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 23 Jan 2010 19:49:26 +0000 Subject: [PATCH] Unconditionally depend on consolekit, and remove an unused configure option. PR: 142906 Submitted by: Yuri Pankov --- audio/pulseaudio/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index bab70c26ba67..cb14318b5eaf 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -12,6 +12,7 @@ PORTNAME= pulseaudio PORTVERSION= 0.9.21 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/ @@ -22,7 +23,8 @@ LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \ speexdsp.1:${PORTSDIR}/audio/speex \ dbus-1.3:${PORTSDIR}/devel/dbus \ gdbm.3:${PORTSDIR}/databases/gdbm \ - execinfo:${PORTSDIR}/devel/libexecinfo + execinfo:${PORTSDIR}/devel/libexecinfo \ + ck-connector.0:${PORTSDIR}/sysutils/consolekit USE_GNOME= gnometarget gnomehack glib20 intltool ltverhack USE_XORG= x11 sm xtst ice @@ -92,8 +94,7 @@ PLIST_SUB+= AVAHI="@comment " LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal PLIST_SUB+= HAL="" .else -CONFIGURE_ARGS+=--disable-hal \ - --disable-polkit +CONFIGURE_ARGS+=--disable-hal PLIST_SUB+= HAL="@comment " .endif