diff options
author | edwin <edwin@FreeBSD.org> | 2006-08-12 08:36:29 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-08-12 08:36:29 +0800 |
commit | 49ceb726040b7a8746bd1de5094bf7acd2c3b0ad (patch) | |
tree | 65b9906bdc26d3e160a1d57acbdd3fa2cd149cd4 /games | |
parent | a502cd121bc15e386da28b26a9b6d86aec351776 (diff) | |
download | freebsd-ports-gnome-49ceb726040b7a8746bd1de5094bf7acd2c3b0ad.tar.gz freebsd-ports-gnome-49ceb726040b7a8746bd1de5094bf7acd2c3b0ad.tar.zst freebsd-ports-gnome-49ceb726040b7a8746bd1de5094bf7acd2c3b0ad.zip |
broken on 7.x, probably due to gcc 2.95 requirements
Diffstat (limited to 'games')
-rw-r--r-- | games/xrally/Makefile | 10 |
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> |