aboutsummaryrefslogtreecommitdiff
path: root/games/xrally
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-08-12 00:36:29 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-08-12 00:36:29 +0000
commiteb2c34373ea68a19d075cfafd814fd5d0af2408a (patch)
tree01d37d3b0dacc4bfe3f09ad5e214125403c48e06 /games/xrally
parent1d2c7759eeed83b9489f7d558322a67530cdf9af (diff)
downloadports-eb2c34373ea68a19d075cfafd814fd5d0af2408a.tar.gz
ports-eb2c34373ea68a19d075cfafd814fd5d0af2408a.zip
broken on 7.x, probably due to gcc 2.95 requirements
Notes
Notes: svn path=/head/; revision=170373
Diffstat (limited to 'games/xrally')
-rw-r--r--games/xrally/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/games/xrally/Makefile b/games/xrally/Makefile
index 5db6fa454d51..0c9c611ad44d 100644
--- a/games/xrally/Makefile
+++ b/games/xrally/Makefile
@@ -11,8 +11,8 @@ PORTVERSION= 1.1.1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-DISTNAME= ${PORTNAME}-1.1
MASTER_SITE_SUBDIR= xrally
+DISTNAME= ${PORTNAME}-1.1
MAINTAINER= edwin@mavetju.org
COMMENT= XRally is a Linux clone of the classic Rally X arcade game
@@ -30,4 +30,10 @@ MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
CFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" \
INCLUDES="-I${X11BASE}/include"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 700000
+BROKEN= Doesn't work (yet?) on 7.x
+.endif
+
+.include <bsd.port.post.mk>