diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-03-12 15:09:51 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-03-12 15:09:51 +0000 |
commit | 85c56ef71087ab08c97103982265db9642c772e0 (patch) | |
tree | baad1c562d919f147d170b150d8a33a561fac409 /audio/pulseaudio | |
parent | 36b9a0c7db6ccffcece6f6d255277eb74ef60403 (diff) |
Notes
Diffstat (limited to 'audio/pulseaudio')
-rw-r--r-- | audio/pulseaudio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index c8d240134396..20f209635f11 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -73,6 +73,8 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_daemon_main.c \ ${FILESDIR}/extra-patch-src_pulse_context.c .endif +CONFIGURE_ARGS+= --without-caps + .if defined(WITH_JACK) LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack PLIST_SUB+= JACK="" |