diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-09-27 09:12:55 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-09-27 09:12:55 +0000 |
commit | 1a8ef37b1d0c4d7299c29871c379a77fa7e76ae9 (patch) | |
tree | bdc2f16608fd9debb30f43832596d2ad4fbc99ef /games/tinymux | |
parent | 8c01bc4106bfe878bb753dd1b6321c3dd7e1c43b (diff) |
Notes
Diffstat (limited to 'games/tinymux')
-rw-r--r-- | games/tinymux/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/tinymux/Makefile b/games/tinymux/Makefile index 49deb933ec8e..6560553e093c 100644 --- a/games/tinymux/Makefile +++ b/games/tinymux/Makefile @@ -70,4 +70,10 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |