aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2015-01-25 08:46:11 +0800
committerpawel <pawel@FreeBSD.org>2015-01-25 08:46:11 +0800
commitaa393ceb701b347e7dd271313353bfc117782e1e (patch)
treefa385db6814c3ed82dc948ab39cfdc5f599b9af4 /comms
parent6f1660a6332e68ce2523facfa1eac19bde339388 (diff)
downloadfreebsd-ports-gnome-aa393ceb701b347e7dd271313353bfc117782e1e.tar.gz
freebsd-ports-gnome-aa393ceb701b347e7dd271313353bfc117782e1e.tar.zst
freebsd-ports-gnome-aa393ceb701b347e7dd271313353bfc117782e1e.zip
Fix detection of libportaudio libraries
PR: 196427 Submitted by: myself Approved by: hselasky, stephen, marcus, maintainer timeout from others
Diffstat (limited to 'comms')
-rw-r--r--comms/linrad/Makefile2
-rw-r--r--comms/quisk/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/comms/linrad/Makefile b/comms/linrad/Makefile
index c885a49fbbf9..4ac0edea6c89 100644
--- a/comms/linrad/Makefile
+++ b/comms/linrad/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= hamradio@FreeBSD.org
COMMENT= Amateur Radio DSP utility (SDR)
LIB_DEPENDS= librtlsdr.so:${PORTSDIR}/comms/rtl-sdr \
- libportaudio.so:${PORTSDIR}/audio/portaudio2 \
+ libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \
libftdi.so:${PORTSDIR}/devel/libftdi
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
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