diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-21 15:21:26 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-21 15:21:26 +0000 |
commit | 31a54309d1e502e6168f8f2caad4168ec5862a1b (patch) | |
tree | 41f2b95648d55e71025757b043c1d38826608e5c /audio/spiralloops | |
parent | - update to 0.9.4 (diff) |
portlint
PR: ports/99150
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Notes
Notes:
svn path=/head/; revision=165927
Diffstat (limited to 'audio/spiralloops')
-rw-r--r-- | audio/spiralloops/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/spiralloops/Makefile b/audio/spiralloops/Makefile index 61d2608c0f16..f1252765d3d5 100644 --- a/audio/spiralloops/Makefile +++ b/audio/spiralloops/Makefile @@ -28,7 +28,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME} .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" +BROKEN= Does not compile (bad C++ code) .endif post-patch: |