summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-12-10 08:41:26 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-12-10 08:41:26 +0000
commit683af76e5a9f8e10a09afe42195cf8f82c0cda8d (patch)
tree6dcb9501a738640b6743b5fc3842af6b96c059c5 /audio
parent- bump the java heap space to try to fix build failure (diff)
Also mark BROKEN on HEAD
Notes
Notes: svn path=/head/; revision=265965
Diffstat (limited to 'audio')
-rw-r--r--audio/linuxsampler/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/linuxsampler/Makefile b/audio/linuxsampler/Makefile
index ec6522fd60dd..ce56673c6341 100644
--- a/audio/linuxsampler/Makefile
+++ b/audio/linuxsampler/Makefile
@@ -29,7 +29,7 @@ MAN1= linuxsampler.1
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 700000
+.if ${OSVERSION} < 700000 || ${OSVERSION} >= 900000
BROKEN= Does not compile
.endif