diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-03-01 18:32:20 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-03-01 18:32:20 +0000 |
commit | 589c14e20d864d57aa8b82817536a8ca7d36ede9 (patch) | |
tree | 3941a88c7e4845f50cd9b7997b34ea2e18c0e55f /audio/spiralloops | |
parent | patches to enable compilation with fltk 1.1.2 (tested by their (diff) |
Because of Stephen Paskaluk's patches, this should no longer be
broken.
Notes
Notes:
svn path=/head/; revision=76706
Diffstat (limited to 'audio/spiralloops')
-rw-r--r-- | audio/spiralloops/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/spiralloops/Makefile b/audio/spiralloops/Makefile index 1fcc0294236f..b854fc918ccf 100644 --- a/audio/spiralloops/Makefile +++ b/audio/spiralloops/Makefile @@ -14,8 +14,6 @@ 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} |