aboutsummaryrefslogtreecommitdiff
path: root/sysutils/thefish/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2011-03-18 07:38:26 +0000
committerErwin Lansing <erwin@FreeBSD.org>2011-03-18 07:38:26 +0000
commitb9ab9c6fad7574380d64e9c9c23fcf236b39155c (patch)
tree088ccffb89375532db76404907506a715fe6345b /sysutils/thefish/Makefile
parentfef18a43da9d3d8111e420dd2a37cfc7dd697709 (diff)
downloadports-b9ab9c6fad7574380d64e9c9c23fcf236b39155c.tar.gz
ports-b9ab9c6fad7574380d64e9c9c23fcf236b39155c.zip
Mark BROKEN on 9.x
Notes
Notes: svn path=/head/; revision=271228
Diffstat (limited to 'sysutils/thefish/Makefile')
-rw-r--r--sysutils/thefish/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>