aboutsummaryrefslogtreecommitdiff
path: root/audio/pulseaudio/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2012-08-16 17:26:54 +0000
committerKoop Mast <kwm@FreeBSD.org>2012-08-16 17:26:54 +0000
commit17f8b794ded18db19436afa1e20553b2162fdd76 (patch)
treec12fb47660201fe092b0458968a02119de9b8640 /audio/pulseaudio/Makefile
parent710d4251be073d778e92456e683de78b47170433 (diff)
downloadports-17f8b794ded18db19436afa1e20553b2162fdd76.tar.gz
ports-17f8b794ded18db19436afa1e20553b2162fdd76.zip
Implict depend on libsndfile, since libsndfile was made a optional depend in
the libsamplerate port.. Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> John Hein <gnome-jfbml@snkmail.com>
Notes
Notes: svn path=/head/; revision=302650
Diffstat (limited to 'audio/pulseaudio/Makefile')
-rw-r--r--audio/pulseaudio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index d2f593aaece9..c291f22547a0 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -12,7 +12,7 @@
PORTNAME= pulseaudio
PORTVERSION= 0.9.23
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/
@@ -20,6 +20,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Sound server for UNIX
LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \
+ sndfile.1:${PORTSDIR}/audio/libsndfile \
speexdsp.1:${PORTSDIR}/audio/speex \
dbus-1.3:${PORTSDIR}/devel/dbus \
gdbm.4:${PORTSDIR}/databases/gdbm \