broken on 7.x, probably due to gcc 2.95 requirements

This commit is contained in:
Edwin Groothuis 2006-08-12 00:36:29 +00:00
parent 1d2c7759ee
commit eb2c34373e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170373

View File

@ -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>