From 72fd8dd06a90c34723477d35786aee87d72210c2 Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Sun, 25 Jan 2015 00:46:11 +0000 Subject: Fix detection of libportaudio libraries PR: 196427 Submitted by: myself Approved by: hselasky, stephen, marcus, maintainer timeout from others --- math/octave-forge-ltfat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/octave-forge-ltfat/Makefile') diff --git a/math/octave-forge-ltfat/Makefile b/math/octave-forge-ltfat/Makefile index 17cdedd230de..fb4e901888f4 100644 --- a/math/octave-forge-ltfat/Makefile +++ b/math/octave-forge-ltfat/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \ - libportaudio.so:${PORTSDIR}/audio/portaudio2 \ + libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \ libcblas.so:${PORTSDIR}/math/cblas # OCTSRC is the name of the directory of the package. -- cgit v1.2.3