aboutsummaryrefslogtreecommitdiff
path: root/games/tvp
diff options
context:
space:
mode:
Diffstat (limited to 'games/tvp')
-rw-r--r--games/tvp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/tvp/Makefile b/games/tvp/Makefile
index 6916864d3121..d3f618332ef6 100644
--- a/games/tvp/Makefile
+++ b/games/tvp/Makefile
@@ -43,4 +43,10 @@ post-install:
${PREFIX}/man/man6/tvp.6
${STRIP_CMD} ${PREFIX}/bin/aprez ${PREFIX}/bin/prez ${PREFIX}/bin/xpwish
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
+.include <bsd.port.post.mk>