diff options
-rw-r--r-- | audio/tosha/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/tosha/Makefile b/audio/tosha/Makefile index 739294a53ad..00ef4223c89 100644 --- a/audio/tosha/Makefile +++ b/audio/tosha/Makefile @@ -18,4 +18,10 @@ COMMENT= Read CD digital audio and video data via the SCSI bus MAN1= pcmfade.1 pcmplay.1 tosha.1 MANCOMPRESSED= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800058 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |