diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-03-01 14:42:52 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-03-01 14:42:52 +0000 |
commit | 468c59f10f6c192ec4b464decf9f5923d058bbbd (patch) | |
tree | cb92e15496a77c030c01987caa41b66dbe2acc67 /audio/spiralloops | |
parent | Retire comment file. (diff) |
These are not compatible with the new fltk.
Reported by: David Thiel
Notes
Notes:
svn path=/head/; revision=76701
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} |