Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2016 17:49:32 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r406063 - branches/2016Q1/comms/freedv
Message-ID:  <201601131749.u0DHnWm5046889@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Jan 13 17:49:31 2016
New Revision: 406063
URL: https://svnweb.freebsd.org/changeset/ports/406063

Log:
  MFH: r406062
  
  Fix LIB_DEPENDS

Modified:
  branches/2016Q1/comms/freedv/Makefile
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/comms/freedv/Makefile
==============================================================================
--- branches/2016Q1/comms/freedv/Makefile	Wed Jan 13 17:48:55 2016	(r406062)
+++ branches/2016Q1/comms/freedv/Makefile	Wed Jan 13 17:49:31 2016	(r406063)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libcodec2.so:${PORTSDIR}/au
 		libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
 		libsox.so:${PORTSDIR}/audio/sox \
 		libsndfile.so:${PORTSDIR}/audio/libsndfile \
-		libspeexdsp.so:${PORTSDIR}/audio/speex
+		libspeexdsp.so:${PORTSDIR}/audio/speexdsp
 
 USE_WX=		3.0+
 USES=		cmake:outsource compiler:c++11-lib tar:xz



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