From 5978476c353873821167189c3e7e7d3ce7b9909a Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 11 Dec 2013 14:35:36 +0000 Subject: In preparation for making libtool generate libraries with a sane name, fix all LIB_DEPENDS in audio With hat: portmgr --- audio/snd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/snd') diff --git a/audio/snd/Makefile b/audio/snd/Makefile index ac250698ae99..e44f6f81077f 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -38,13 +38,13 @@ BROKEN= does not compile on sparc64 .endif .if ${PORT_OPTIONS:MFFTW3} -LIB_DEPENDS+= fftw3:${PORTSDIR}/math/fftw3 +LIB_DEPENDS+= libfftw3.so:${PORTSDIR}/math/fftw3 .else CONFIGURE_ARGS+= --without-fftw .endif .if ${PORT_OPTIONS:MGSL} -LIB_DEPENDS+= gsl:${PORTSDIR}/math/gsl +LIB_DEPENDS+= libgsl.so:${PORTSDIR}/math/gsl .else CONFIGURE_ARGS+= --without-gsl .endif -- cgit v1.2.3