diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-01-23 19:49:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-01-23 19:49:26 +0000 |
commit | bbb62a57bbd3844eb12cb9c3e6a4359a1e447f97 (patch) | |
tree | 61e59bfd8296daabc097d804949b06ead4ee65f6 /audio | |
parent | b074b838b041cd30c5489b0ed6655860424c10ae (diff) |
Unconditionally depend on consolekit, and remove an unused configure option.
PR: 142906
Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
Notes
Notes:
svn path=/head/; revision=248432
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pulseaudio/Makefile | 7 |
1 files 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 |