summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-08-12 00:36:29 +0000
committeredwin <edwin@FreeBSD.org>2006-08-12 00:36:29 +0000
commit49ceb726040b7a8746bd1de5094bf7acd2c3b0ad (patch)
tree65b9906bdc26d3e160a1d57acbdd3fa2cd149cd4 /games
parenta502cd121bc15e386da28b26a9b6d86aec351776 (diff)
downloadFreeBSD-ports-49ceb726040b7a8746bd1de5094bf7acd2c3b0ad.zip
FreeBSD-ports-49ceb726040b7a8746bd1de5094bf7acd2c3b0ad.tar.gz
broken on 7.x, probably due to gcc 2.95 requirements
Diffstat (limited to 'games')
-rw-r--r--games/xrally/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/games/xrally/Makefile b/games/xrally/Makefile
index 5db6fa4..0c9c611 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>
OpenPOWER on IntegriCloud