svn commit: r362503 - head/comms/quisk
Antoine Brodin
antoine at FreeBSD.org
Mon Jul 21 21:59:06 UTC 2014
Author: antoine
Date: Mon Jul 21 21:59:06 2014
New Revision: 362503
URL: http://svnweb.freebsd.org/changeset/ports/362503
QAT: https://qat.redports.org/buildarchive/r362503/
Log:
Fix LIB_DEPENDS
Modified:
head/comms/quisk/Makefile
Modified: head/comms/quisk/Makefile
==============================================================================
--- head/comms/quisk/Makefile Mon Jul 21 21:57:18 2014 (r362502)
+++ head/comms/quisk/Makefile Mon Jul 21 21:59:06 2014 (r362503)
@@ -15,7 +15,7 @@ COMMENT= Software Defined Radio (SDR)
LICENSE= GPLv2
LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \
- portaudio2/libportaudio.so:${PORTSDIR}/audio/portaudio2 \
+ libportaudio.so:${PORTSDIR}/audio/portaudio2 \
libasound.so:${PORTSDIR}/audio/alsa-lib \
libpulse.so:${PORTSDIR}/audio/pulseaudio
More information about the svn-ports-head
mailing list