summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-06 17:51:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-05-06 17:51:03 +0000
commit6f4be5b3da7b185f8a167cc6d798b0f58cc1fb59 (patch)
treef3059ad899b32f97e89d2b7494a2b43828374a92 /games
parent- update to 0.906 (diff)
- Mark BROKEN on 6.X
PR: ports/80669 Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer) Reported by: krismail
Notes
Notes: svn path=/head/; revision=134718
Diffstat (limited to 'games')
-rw-r--r--games/vavoom/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/vavoom/Makefile b/games/vavoom/Makefile
index 572f30179734..979a7a3fbec2 100644
--- a/games/vavoom/Makefile
+++ b/games/vavoom/Makefile
@@ -38,6 +38,10 @@ MAKE_ARGS+= "USE_AL=1"
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 600000
+BROKEN= Does not build on FreeBSD 6.X
+.endif
+
.ifndef (WITH_OPENAL)
pre-everything::
@${ECHO_CMD} "********************************************************************"