aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-07 01:51:03 +0800
committerPav Lucistnik <pav@FreeBSD.org>2005-05-07 01:51:03 +0800
commit6f4be5b3da7b185f8a167cc6d798b0f58cc1fb59 (patch)
treef3059ad899b32f97e89d2b7494a2b43828374a92 /games
parentad6dae3cf5e56b175c0cc355e6760e1ffcb13e2f (diff)
downloadfreebsd-ports-gnome-6f4be5b3da7b185f8a167cc6d798b0f58cc1fb59.tar.gz
freebsd-ports-gnome-6f4be5b3da7b185f8a167cc6d798b0f58cc1fb59.tar.zst
freebsd-ports-gnome-6f4be5b3da7b185f8a167cc6d798b0f58cc1fb59.zip
- Mark BROKEN on 6.X
PR: ports/80669 Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer) Reported by: krismail
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} "********************************************************************"