diff options
Diffstat (limited to 'games/ioquake3')
-rw-r--r-- | games/ioquake3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/ioquake3/Makefile b/games/ioquake3/Makefile index 5b81949dd715..7cde16cc4a99 100644 --- a/games/ioquake3/Makefile +++ b/games/ioquake3/Makefile @@ -41,6 +41,8 @@ BUILDDIR= ${WRKSRC}/build/release-${OPSYS:L}-${LINUX_ARCH} LINUX_ARCH= ${ARCH:C/amd64/x86_64/:C/i386/x86/} BINSUFFIX?= +ONLY_FOR_ARCHS= amd64 i386 + # Make sure TARGET and CFLAGS fit together. MACHINE_ARCH= ${ARCH} .include <bsd.cpu.mk> |