From 685a95d233aa23eb0a3a0e53541c84c272dee784 Mon Sep 17 00:00:00 2001 From: erwin Date: Fri, 18 Mar 2011 07:38:26 +0000 Subject: Mark BROKEN on 9.x --- sysutils/thefish/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit