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-shrub | |
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-shrub')
-rw-r--r-- | games/linux-enemyterritory-shrub/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |