summaryrefslogtreecommitdiff
path: root/audio/tosha
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-02-11 08:08:16 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-02-11 08:08:16 +0000
commit7d31b7e8825f7446b1fa87376eb003d851a46e71 (patch)
tree31502aadc2fb79f6f3cd759fa9d2d1e568d1c54e /audio/tosha
parent- Update grahics/geeqie to 1.0alpha3. (diff)
Also mark BROKEN on recent 7 after the MFC of strndup(3).
Submitted by: pointyhat
Notes
Notes: svn path=/head/; revision=228037
Diffstat (limited to 'audio/tosha')
-rw-r--r--audio/tosha/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/tosha/Makefile b/audio/tosha/Makefile
index 00ef4223c89a..13a39b130eb9 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