diff options
author | trevor <trevor@FreeBSD.org> | 2003-03-01 22:42:52 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-03-01 22:42:52 +0800 |
commit | fd8d7922a243962196f622d950784a81222c0c05 (patch) | |
tree | 070136915e7621f22bdc5546283a7ed04f046c68 /audio/spiralsynth | |
parent | 4209a469443cc9c3ccda62d9f73160fdcb69c878 (diff) | |
download | freebsd-ports-gnome-fd8d7922a243962196f622d950784a81222c0c05.tar.gz freebsd-ports-gnome-fd8d7922a243962196f622d950784a81222c0c05.tar.zst freebsd-ports-gnome-fd8d7922a243962196f622d950784a81222c0c05.zip |
These are not compatible with the new fltk.
Reported by: David Thiel
Diffstat (limited to 'audio/spiralsynth')
-rw-r--r-- | audio/spiralsynth/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/spiralsynth/Makefile b/audio/spiralsynth/Makefile index 9c808e3420b8..600ba1ea9fe8 100644 --- a/audio/spiralsynth/Makefile +++ b/audio/spiralsynth/Makefile @@ -14,6 +14,8 @@ DISTNAME= SpiralSynth-${PORTVERSION} MAINTAINER= trevor@FreeBSD.org COMMENT= MIDI-capable synthesizer for X +BROKEN= "needs fltk 1.0.10" + LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk GNU_CONFIGURE= yes |