diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2011-03-18 07:38:26 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2011-03-18 07:38:26 +0000 |
commit | b9ab9c6fad7574380d64e9c9c23fcf236b39155c (patch) | |
tree | 088ccffb89375532db76404907506a715fe6345b /sysutils/thefish | |
parent | fef18a43da9d3d8111e420dd2a37cfc7dd697709 (diff) | |
download | ports-b9ab9c6fad7574380d64e9c9c23fcf236b39155c.tar.gz ports-b9ab9c6fad7574380d64e9c9c23fcf236b39155c.zip |
Notes
Diffstat (limited to 'sysutils/thefish')
-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> |