diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-03-13 14:59:11 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-03-13 14:59:11 +0000 |
commit | a71a6eac63e7ff19b1f57294aa05f2bbddbce6d2 (patch) | |
tree | 05cdbaad224e82d8d46f246650c720a3f8ce6be0 /games | |
parent | 704f21cabd4416239f47c736232d1e9e5ef6f61d (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/quetoo/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/quetoo/Makefile b/games/quetoo/Makefile index e5c610aedf94..d7a4b6b168a7 100644 --- a/games/quetoo/Makefile +++ b/games/quetoo/Makefile @@ -41,6 +41,10 @@ OPTIONS= GAME "Build the main game .so file" off \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800501 +BROKEN= does not build +.endif + .if !defined(WITHOUT_GAME) PLIST_SUB+= GAME="" Q2GAMES+= baseq2 |