svn commit: r406062 - head/comms/freedv
Antoine Brodin
antoine at FreeBSD.org
Wed Jan 13 17:48:57 UTC 2016
Author: antoine
Date: Wed Jan 13 17:48:55 2016
New Revision: 406062
URL: https://svnweb.freebsd.org/changeset/ports/406062
Log:
Fix LIB_DEPENDS
MFH: 2016Q1
Modified:
head/comms/freedv/Makefile
Modified: head/comms/freedv/Makefile
==============================================================================
--- head/comms/freedv/Makefile Wed Jan 13 17:32:26 2016 (r406061)
+++ head/comms/freedv/Makefile Wed Jan 13 17:48:55 2016 (r406062)
@@ -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