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 /games/quetoo | |
parent | ae6572ae4a3d57ca033bbfd197442fb7c19d4834 (diff) | |
download | ports-1d51e221d22064481087913b304e9e01917d30c7.tar.gz ports-1d51e221d22064481087913b304e9e01917d30c7.zip |
Notes
Diffstat (limited to 'games/quetoo')
-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 |