aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-12-22 01:57:29 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-12-22 01:57:29 +0000
commitd822b97a53586f2c5dc283dc228bb44f43aa41a3 (patch)
tree2096b318e31a507f65759b22b8d9cc67611b4e25 /games
parent004084a682737f4388f94eb02a2fe7c574dc9980 (diff)
downloadports-d822b97a53586f2c5dc283dc228bb44f43aa41a3.tar.gz
ports-d822b97a53586f2c5dc283dc228bb44f43aa41a3.zip
Notes
Diffstat (limited to 'games')
-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>