aboutsummaryrefslogtreecommitdiff
path: root/games/tinymux
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-09-27 09:12:55 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-09-27 09:12:55 +0000
commit1a8ef37b1d0c4d7299c29871c379a77fa7e76ae9 (patch)
treebdc2f16608fd9debb30f43832596d2ad4fbc99ef /games/tinymux
parent8c01bc4106bfe878bb753dd1b6321c3dd7e1c43b (diff)
Notes
Diffstat (limited to 'games/tinymux')
-rw-r--r--games/tinymux/Makefile8
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>