diff options
Diffstat (limited to 'audio/spiralsynthmodular/Makefile')
-rw-r--r-- | audio/spiralsynthmodular/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |