aboutsummaryrefslogtreecommitdiffstats
path: root/audio/tosha/Makefile
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2009-02-11 16:08:16 +0800
committererwin <erwin@FreeBSD.org>2009-02-11 16:08:16 +0800
commit39ab016cce78538c65220787ce8f66f694b2748e (patch)
treec1d2ae41c62b2d8bd3a0fe4f4b07ce1b8ff9c0e2 /audio/tosha/Makefile
parent08824d2ba8c822ff67efd8980a17949d0103a9c4 (diff)
downloadfreebsd-ports-graphics-39ab016cce78538c65220787ce8f66f694b2748e.tar.gz
freebsd-ports-graphics-39ab016cce78538c65220787ce8f66f694b2748e.tar.zst
freebsd-ports-graphics-39ab016cce78538c65220787ce8f66f694b2748e.zip
Also mark BROKEN on recent 7 after the MFC of strndup(3).
Submitted by: pointyhat
Diffstat (limited to 'audio/tosha/Makefile')
-rw-r--r--audio/tosha/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/tosha/Makefile b/audio/tosha/Makefile
index 00ef4223c89..13a39b130eb 100644
--- a/audio/tosha/Makefile
+++ b/audio/tosha/Makefile
@@ -20,7 +20,7 @@ MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 800058
+.if ${OSVERSION} >= 800058 || (${OSVERSION} >= 701101 && ${OSVERSION} < 800000)
BROKEN= does not build
.endif