Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2013 14:40:49 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336169 - head/audio/pulseaudio
Message-ID:  <201312111440.rBBEen5W007332@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Dec 11 14:40:48 2013
New Revision: 336169
URL: http://svnweb.freebsd.org/changeset/ports/336169

Log:
  Fix typo

Modified:
  head/audio/pulseaudio/Makefile

Modified: head/audio/pulseaudio/Makefile
==============================================================================
--- head/audio/pulseaudio/Makefile	Wed Dec 11 14:38:29 2013	(r336168)
+++ head/audio/pulseaudio/Makefile	Wed Dec 11 14:40:48 2013	(r336169)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312111440.rBBEen5W007332>