diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-02-11 08:08:16 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-02-11 08:08:16 +0000 |
commit | 7d31b7e8825f7446b1fa87376eb003d851a46e71 (patch) | |
tree | 31502aadc2fb79f6f3cd759fa9d2d1e568d1c54e /audio/tosha | |
parent | 3e8b4617b3d60d2ccdb0409824e3c96745657c68 (diff) | |
download | ports-7d31b7e8825f7446b1fa87376eb003d851a46e71.tar.gz ports-7d31b7e8825f7446b1fa87376eb003d851a46e71.zip |
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/Makefile | 2 |
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 |