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/spiralloops | |
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/spiralloops')
-rw-r--r-- | audio/spiralloops/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/spiralloops/Makefile b/audio/spiralloops/Makefile index b854fc918ccf..1fcc0294236f 100644 --- a/audio/spiralloops/Makefile +++ b/audio/spiralloops/Makefile @@ -14,6 +14,8 @@ DISTNAME= SpiralLoops-${PORTVERSION} MAINTAINER= trevor@FreeBSD.org COMMENT= Loop-based sampler +BROKEN= "needs fltk 1.0.10" + LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk DOCDIR= share/doc/${PORTNAME} |