aboutsummaryrefslogtreecommitdiff
path: root/audio/pulseaudio/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:40:48 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:40:48 +0000
commit5d078315a9e091ea42c8c58f7163eb2d68f3aa1b (patch)
tree653370a19feec56e86e170e91f94f0f5ec6063a8 /audio/pulseaudio/Makefile
parent68b79a91ae5ee2fd171629605e3351cf3063ec79 (diff)
downloadports-5d078315a9e091ea42c8c58f7163eb2d68f3aa1b.tar.gz
ports-5d078315a9e091ea42c8c58f7163eb2d68f3aa1b.zip
Fix typo
Notes
Notes: svn path=/head/; revision=336169
Diffstat (limited to 'audio/pulseaudio/Makefile')
-rw-r--r--audio/pulseaudio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index 6eb56669b6b6..0f5d1375351e 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -18,7 +18,7 @@ COMMENT= Sound server for UNIX
LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
libsndfile.so:${PORTSDIR}/audio/libsndfile \
- libspeexdsp.so${PORTSDIR}/audio/speex \
+ libspeexdsp.so:${PORTSDIR}/audio/speex \
libdbus-1.so:${PORTSDIR}/devel/dbus \
libgdbm.so:${PORTSDIR}/databases/gdbm \
libexecinfo.so:${PORTSDIR}/devel/libexecinfo \