diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-03-23 13:35:28 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-03-23 13:35:28 +0000 |
commit | f0c2b7bfb9050a16d9fe5a18eb0121c110545a60 (patch) | |
tree | 58dd4216e4b17934ae45ab6940167fce4528d604 /games/quake3 | |
parent | 9365f34e9fcdb159ca751745c5d7791c822c7a82 (diff) | |
download | ports-f0c2b7bfb9050a16d9fe5a18eb0121c110545a60.tar.gz ports-f0c2b7bfb9050a16d9fe5a18eb0121c110545a60.zip |
Notes
Diffstat (limited to 'games/quake3')
-rw-r--r-- | games/quake3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/quake3/Makefile b/games/quake3/Makefile index 79438e899814..63f10c3bbf34 100644 --- a/games/quake3/Makefile +++ b/games/quake3/Makefile @@ -19,6 +19,8 @@ DISTNAME= ${PORTNAME}-${REALVERSION}-source MAINTAINER= shirshegsm@gmail.com COMMENT= Quake III Arena -- first person shooter (native build) +ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS_REASON= does not run properly; try games/ioquake3 USE_ZIP= yes USE_DOS2UNIX= yes USE_GMAKE= yes |