diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile index 6b582766bbdb..0ad2983d865e 100644 --- a/sysutils/thefish/Makefile +++ b/sysutils/thefish/Makefile @@ -55,4 +55,10 @@ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/thefish ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/thefish.1 ${PREFIX}/man/man1 -.include +.include + +.if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif + +.include