diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-10-24 03:31:13 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-10-24 03:31:13 +0800 |
commit | e1ba62a2cbf920e548e5185a3ed6267c868c7b74 (patch) | |
tree | 5b8b29a6c6776f82d1be0811f6572cb7cfcc0468 /games/linux-enemyterritory-omni-bot | |
parent | 6fc1ed95e5920bda397a820b674173e74476dd55 (diff) | |
download | freebsd-ports-gnome-e1ba62a2cbf920e548e5185a3ed6267c868c7b74.tar.gz freebsd-ports-gnome-e1ba62a2cbf920e548e5185a3ed6267c868c7b74.tar.zst freebsd-ports-gnome-e1ba62a2cbf920e548e5185a3ed6267c868c7b74.zip |
- 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)
Diffstat (limited to 'games/linux-enemyterritory-omni-bot')
-rw-r--r-- | games/linux-enemyterritory-omni-bot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-enemyterritory-omni-bot/Makefile b/games/linux-enemyterritory-omni-bot/Makefile index 779b66b6ba68..11f40dbd6eab 100644 --- a/games/linux-enemyterritory-omni-bot/Makefile +++ b/games/linux-enemyterritory-omni-bot/Makefile @@ -17,7 +17,7 @@ COMMENT= Omni-Bot is a bot for Enemy Territory 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 |