From 6cf6bed8241173839b755f22667ccd6d403a831f Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Tue, 28 Sep 2004 01:53:59 +0000 Subject: Now builds on amd64 Approved by: portmgr (self) --- games/xracer/Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'games') diff --git a/games/xracer/Makefile b/games/xracer/Makefile index 30a5da9d2e31..1dfb0bf5cb26 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -15,10 +15,6 @@ 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 @@ -30,6 +26,13 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_C LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --disable-esd +.include + +.if ${ARCH} != i386 && ${ARCH} != "amd64" +BROKEN= "Does not build on ${ARCH}" +.endif + + post-patch: @${TOUCH} ${WRKSRC}/stamp-h.in @@ -49,4 +52,4 @@ post-install: .endif @${CAT} ${PKGMESSAGE} -.include +.include -- cgit v1.2.3