aboutsummaryrefslogtreecommitdiff
path: root/games/tvp
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-29 05:45:34 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-29 05:45:34 +0000
commit90abb24f53e9d8c2428c70b483b38627d2bae3ae (patch)
tree039e88512c84bb0c19d7d2204a18150ecd6574ab /games/tvp
parent57ecc8add154f672ce9d853fb180da502d262718 (diff)
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118494
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 6ff4d2b224cc..dd22737dd31a 100644
--- a/games/tvp/Makefile
+++ b/games/tvp/Makefile
@@ -32,6 +32,12 @@ MLINKS= tvp.6 xprez.6 - aprez.6 - prez.6
DOCFILES= aprez.txt libass.txt president.txt prez.txt xprez.txt
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/tvp
@@ -44,4 +50,4 @@ 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.post.mk>