diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-10-21 04:02:27 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-10-21 04:02:27 +0800 |
commit | e04ab49dc93c8d373b490ac5507e5bc25e3c884d (patch) | |
tree | 5616f717564d8a530daf15e9d9f002a8668a3492 /games/linux-enemyterritory-jaymod | |
parent | e126cf4c699658802f65f07e8aebee3ede6912e6 (diff) | |
download | freebsd-ports-gnome-e04ab49dc93c8d373b490ac5507e5bc25e3c884d.tar.gz freebsd-ports-gnome-e04ab49dc93c8d373b490ac5507e5bc25e3c884d.tar.zst freebsd-ports-gnome-e04ab49dc93c8d373b490ac5507e5bc25e3c884d.zip |
- Use IA32_BINARY_PORT instead of ONLY_FOR_ARCHS=i386.
Approved by: portmgr (erwin)
Diffstat (limited to 'games/linux-enemyterritory-jaymod')
-rw-r--r-- | games/linux-enemyterritory-jaymod/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/linux-enemyterritory-jaymod/Makefile b/games/linux-enemyterritory-jaymod/Makefile index d2092f80475a..5a3dc6cfbdac 100644 --- a/games/linux-enemyterritory-jaymod/Makefile +++ b/games/linux-enemyterritory-jaymod/Makefile @@ -20,8 +20,7 @@ COMMENT= Jaymod - An Enemy Territory Modification RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory -ONLY_FOR_ARCHS= i386 -ONLY_FOR_ARCHS_REASON= is an i386 Linux binary +IA32_BINARY_PORT= yes USE_LINUX= yes DATADIR= ${PREFIX}/lib/enemyterritory/${PORTNAME} |