diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/thefish/Makefile | 8 |
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> |