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-quake3 | |
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-quake3')
-rw-r--r-- | games/linux-quake3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-quake3/Makefile b/games/linux-quake3/Makefile index 4acdf68caad9..81ffed88226a 100644 --- a/games/linux-quake3/Makefile +++ b/games/linux-quake3/Makefile @@ -18,7 +18,7 @@ DIST_SUBDIR= ${Q3PKGNAMEPREFIX}data MAINTAINER= alepulver@FreeBSD.org COMMENT= Quake III Arena for Linux -ONLY_FOR_ARCHS= i386 +IA32_BINARY_PORT= yes USE_ZIP= yes USE_LINUX= yes NO_WRKSUBDIR= yes |