diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-09 07:51:31 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-09 07:51:31 +0000 |
commit | 8bdb8a3ad46b29ac790258cc4877f81e376244cd (patch) | |
tree | f21735be01a64e2832edb58d27ac5bc5b5e69e46 | |
parent | update databases/db41: pkg-descr change (diff) |
update games/xracer: BROKEN on non-i386
PR: 53865
Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes:
svn path=/head/; revision=84512
-rw-r--r-- | games/xracer/Makefile | 4 | ||||
-rw-r--r-- | games/xracer/pkg-descr | 13 |
2 files changed, 8 insertions, 9 deletions
diff --git a/games/xracer/Makefile b/games/xracer/Makefile index f283b363f3cf..f027eeabb349 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -14,6 +14,10 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xracer-data.tar.gz MAINTAINER= troll@digitalspark.net COMMENT= Awesome WipeOut clone for OpenGL and X11! +.if ${MACHINE_ARCH} != i386 +BROKEN= "Does not build on ${MACHINE_ARCH}" +.endif + LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg USE_XLIB= yes diff --git a/games/xracer/pkg-descr b/games/xracer/pkg-descr index eabd3343d722..5383272c562b 100644 --- a/games/xracer/pkg-descr +++ b/games/xracer/pkg-descr @@ -1,11 +1,6 @@ -XRacer is a Wipeout clone. At the moment it is incomplete, but -I will be working on the following areas over the next few -weeks: - * better game physics (eg. sometimes the craft turns over) - * instrument panel (partially done) - * scenery - * time trial and arcade mode - * weapons, powerups - * LAN multiplayer mode +(From the author): + +XRacer is an unfinished game I wrote several years back, aiming to clone +Wipeout. It's looking for a new maintainer. WWW: http://xracer.annexia.org/ |