aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-ltfat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge-ltfat/Makefile')
-rw-r--r--math/octave-forge-ltfat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/octave-forge-ltfat/Makefile b/math/octave-forge-ltfat/Makefile
index 5db2a7d926cb..a5a2ab9e913e 100644
--- a/math/octave-forge-ltfat/Makefile
+++ b/math/octave-forge-ltfat/Makefile
@@ -11,9 +11,9 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
LICENSE= GPLv3
LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
-LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \
- portaudio:${PORTSDIR}/audio/portaudio2 \
- cblas:${PORTSDIR}/math/cblas
+LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \
+ libportaudio.so:${PORTSDIR}/audio/portaudio2 \
+ libcblas.so:${PORTSDIR}/math/cblas
# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.