diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 14:35:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 14:35:36 +0000 |
commit | 5978476c353873821167189c3e7e7d3ce7b9909a (patch) | |
tree | 5c7b83e7642fc29f698d59a6bc145001dbd04783 /audio/spiralsynthmodular/Makefile | |
parent | 95ab3035bfc8b040822f80592efa7b9f2b7a51b6 (diff) | |
download | ports-5978476c353873821167189c3e7e7d3ce7b9909a.tar.gz ports-5978476c353873821167189c3e7e7d3ce7b9909a.zip |
Notes
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 |