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/spiralsynthmodular/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/spiralsynthmodular/Makefile') diff --git a/audio/spiralsynthmodular/Makefile b/audio/spiralsynthmodular/Makefile index 691e7a015b66..583de63c0618 100644 --- a/audio/spiralsynthmodular/Makefile +++ b/audio/spiralsynthmodular/Makefile @@ -13,8 +13,8 @@ COMMENT= Object-oriented modular softsynth/sequencer/sampler BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \ jackd:${PORTSDIR}/audio/jack -LIB_DEPENDS= fltk:${PORTSDIR}/x11-toolkits/fltk \ - sndfile:${PORTSDIR}/audio/libsndfile +LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk \ + libsndfile.so:${PORTSDIR}/audio/libsndfile NO_STAGE= yes USE_XORG= x11 -- cgit v1.2.3