aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2009-09-15 01:51:48 +0800
committertrasz <trasz@FreeBSD.org>2009-09-15 01:51:48 +0800
commit3e1232efa483b7699188ba29b891e73aba935a57 (patch)
tree5a97321599ec373588079085046f8c032304d3c9 /audio
parent99661b8e0d665868ba4195f1a5d6a703ce90b708 (diff)
downloadfreebsd-ports-gnome-3e1232efa483b7699188ba29b891e73aba935a57.tar.gz
freebsd-ports-gnome-3e1232efa483b7699188ba29b891e73aba935a57.tar.zst
freebsd-ports-gnome-3e1232efa483b7699188ba29b891e73aba935a57.zip
Mark BROKEN on 6.x.
Diffstat (limited to 'audio')
-rw-r--r--audio/linuxsampler/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/audio/linuxsampler/Makefile b/audio/linuxsampler/Makefile
index 23337c7ac235..05231c359812 100644
--- a/audio/linuxsampler/Makefile
+++ b/audio/linuxsampler/Makefile
@@ -24,9 +24,13 @@ CFLAGS+= "-I${LOCALBASE}/include"
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix gnometarget
USE_LDCONFIG= yes
+RESTRICTED= no commercial use
+MAN1= linuxsampler.1
-RESTRICTED= "no commercial use"
+.include <bsd.port.pre.mk>
-MAN1= linuxsampler.1
+.if ${OSVERSION} < 700000
+BROKEN= Does not compile
+.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>