aboutsummaryrefslogtreecommitdiff
path: root/comms/quisk
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2015-01-25 00:46:11 +0000
committerPawel Pekala <pawel@FreeBSD.org>2015-01-25 00:46:11 +0000
commit72fd8dd06a90c34723477d35786aee87d72210c2 (patch)
treefa385db6814c3ed82dc948ab39cfdc5f599b9af4 /comms/quisk
parentf522f9bed8571567df004bc1bd47e6892262fc53 (diff)
downloadports-72fd8dd06a90c34723477d35786aee87d72210c2.tar.gz
ports-72fd8dd06a90c34723477d35786aee87d72210c2.zip
Fix detection of libportaudio libraries
PR: 196427 Submitted by: myself Approved by: hselasky, stephen, marcus, maintainer timeout from others
Notes
Notes: svn path=/head/; revision=377845
Diffstat (limited to 'comms/quisk')
-rw-r--r--comms/quisk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/quisk/Makefile b/comms/quisk/Makefile
index cb1fca9926ca..3a2784be5b88 100644
--- a/comms/quisk/Makefile
+++ b/comms/quisk/Makefile
@@ -14,7 +14,7 @@ COMMENT= Software Defined Radio (SDR)
LICENSE= GPLv2
LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \
- libportaudio.so:${PORTSDIR}/audio/portaudio2 \
+ libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \
libasound.so:${PORTSDIR}/audio/alsa-lib \
libpulse.so:${PORTSDIR}/audio/pulseaudio