diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-07 15:55:55 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-10-07 15:55:55 +0800 |
commit | 8160f66b558e75492cd74e4a221c3812ffde8d41 (patch) | |
tree | 4fa970ed1e19342e638a814907883329b4400500 /audio/pulseaudio | |
parent | 65c3085fc1775943e9df9d82b915281d09c91e60 (diff) | |
download | marcuscom-ports-8160f66b558e75492cd74e4a221c3812ffde8d41.tar marcuscom-ports-8160f66b558e75492cd74e4a221c3812ffde8d41.tar.gz marcuscom-ports-8160f66b558e75492cd74e4a221c3812ffde8d41.tar.bz2 marcuscom-ports-8160f66b558e75492cd74e4a221c3812ffde8d41.tar.lz marcuscom-ports-8160f66b558e75492cd74e4a221c3812ffde8d41.tar.xz marcuscom-ports-8160f66b558e75492cd74e4a221c3812ffde8d41.tar.zst marcuscom-ports-8160f66b558e75492cd74e4a221c3812ffde8d41.zip |
Depend on fftw3 and fftw3f for the equilizer. add back the library version
to json-c depend otherwise I will be matched to json-glib if that port is
installed. I suspect that this is a bug in the bsd.port.mk code.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17101 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/pulseaudio')
-rw-r--r-- | audio/pulseaudio/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index c9725d8f2..8e42bf83b 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/pulseaudio/Makefile,v 1.25 2012/08/04 09:39:16 kwm Exp $ +# $MCom: ports/audio/pulseaudio/Makefile,v 1.26 2012/08/16 17:28:39 kwm Exp $ # # !!!NOTE!!! Any PORTVERSION update to this port must be accompanied by # PORTREVISION bumps of depending ports. @@ -17,10 +17,13 @@ MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT= Sound server for UNIX +# keep the json version otherwise it will match json-glib LIB_DEPENDS= samplerate:${PORTSDIR}/audio/libsamplerate \ sndfile:${PORTSDIR}/audio/libsndfile \ speexdsp:${PORTSDIR}/audio/speex \ - json:${PORTSDIR}/devel/json-c \ + fftw3:${PORTSDIR}/math/fftw3 \ + fftw3f:${PORTSDIR}/math/fftw3-float \ + json.0:${PORTSDIR}/devel/json-c \ dbus-1:${PORTSDIR}/devel/dbus \ execinfo:${PORTSDIR}/devel/libexecinfo \ ck-connector:${PORTSDIR}/sysutils/consolekit |