svn commit: r406063 - branches/2016Q1/comms/freedv
Antoine Brodin
antoine at FreeBSD.org
Wed Jan 13 17:49:33 UTC 2016
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
More information about the svn-ports-all
mailing list