diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-04-21 17:36:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-04-21 17:36:46 +0000 |
commit | 1d51e221d22064481087913b304e9e01917d30c7 (patch) | |
tree | fa8875b9041e54813efe24d0c7d0fcb8ca9f9fae | |
parent | BROKEN on !i386: Broken dependency (diff) |
BROKEN on !i386: Does not compile
Notes
Notes:
svn path=/head/; revision=190581
-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 4f432a6961be..8caff2786348 100644 --- a/games/quetoo/Makefile +++ b/games/quetoo/Makefile @@ -39,6 +39,10 @@ OPTIONS= GAME "Build a main game .so file" off \ .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" +BROKEN= Does not compile on !i386 +.endif + .if !defined(WITHOUT_GAME) PLIST_SUB+= GAME="" Q2GAMES+= baseq2 |