svn commit: r336169 - head/audio/pulseaudio

Baptiste Daroussin bapt at FreeBSD.org
Wed Dec 11 14:40:49 UTC 2013


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 \


More information about the svn-ports-head mailing list