diff options
author | marcus <marcus@FreeBSD.org> | 2010-01-24 03:49:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2010-01-24 03:49:26 +0800 |
commit | e127a46b44a6f97df9ea75bd5afe443104f4744d (patch) | |
tree | 1de56d85ec17486b494a0af70df916a1328b63c9 /audio | |
parent | eb55e2b6c01b4e3a1a4c2ab7f99a72d93f1926b8 (diff) | |
download | freebsd-ports-gnome-e127a46b44a6f97df9ea75bd5afe443104f4744d.tar.gz freebsd-ports-gnome-e127a46b44a6f97df9ea75bd5afe443104f4744d.tar.zst freebsd-ports-gnome-e127a46b44a6f97df9ea75bd5afe443104f4744d.zip |
Unconditionally depend on consolekit, and remove an unused configure option.
PR: 142906
Submitted by: Yuri Pankov <yuri.pankov@gmail.com>
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 |