diff options
Diffstat (limited to 'audio/spiralsynth/Makefile')
-rw-r--r-- | audio/spiralsynth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/spiralsynth/Makefile b/audio/spiralsynth/Makefile index db5c776e6472..b00547e4ccec 100644 --- a/audio/spiralsynth/Makefile +++ b/audio/spiralsynth/Makefile @@ -11,7 +11,7 @@ DISTNAME= SpiralSynth-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= MIDI-capable synthesizer for X -LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk +LIB_DEPENDS= libfltk.so:x11-toolkits/fltk GNU_CONFIGURE= yes MAKE_ENV= PTHREAD_LIBS="-lpthread" |