From e1ba62a2cbf920e548e5185a3ed6267c868c7b74 Mon Sep 17 00:00:00 2001 From: alepulver Date: Mon, 23 Oct 2006 19:31:13 +0000 Subject: - Change wrong "IA32_BINARY_PORT=yes" to "ONLY_FOR_ARCHS=amd64 i386" (the first one is only for native binaries). Reported by: gabor Approved by: portmgr (erwin) --- games/linux-enemyterritory-shrub/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/linux-enemyterritory-shrub') diff --git a/games/linux-enemyterritory-shrub/Makefile b/games/linux-enemyterritory-shrub/Makefile index 1da77e1337f3..b0241e08b7c8 100644 --- a/games/linux-enemyterritory-shrub/Makefile +++ b/games/linux-enemyterritory-shrub/Makefile @@ -18,7 +18,7 @@ COMMENT= Shrub - An Enemy Territory Modification RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory -IA32_BINARY_PORT= yes +ONLY_FOR_ARCHS= i386 amd64 USE_ZIP= yes USE_LINUX= yes NO_WRKSUBDIR= yes -- cgit