diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2009-02-22 04:05:02 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2009-02-22 04:05:02 +0000 |
commit | 3669dacd4ad96024ee919bd0ff5a4c2732ef93eb (patch) | |
tree | abd2752f544f5a27413f16f8331a1a430d6fca0b /games/xrally/Makefile | |
parent | 4dd16db24288af196f5adf642634ae59a22ec658 (diff) |
Notes
Diffstat (limited to 'games/xrally/Makefile')
-rw-r--r-- | games/xrally/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/games/xrally/Makefile b/games/xrally/Makefile index 4546d320a729..7914706ca32c 100644 --- a/games/xrally/Makefile +++ b/games/xrally/Makefile @@ -8,7 +8,7 @@ PORTNAME= xrally PORTVERSION= 1.1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/xrally DISTNAME= ${PORTNAME}-1.1 @@ -17,8 +17,6 @@ MAINTAINER= edwin@mavetju.org COMMENT= XRally is a Linux clone of the classic Rally X arcade game WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GCC= 2.95 -PTHREAD_LIBS= -lc_r HAS_CONFIGURE= yes USE_XORG= x11 xi xpm USE_BZIP2= yes @@ -29,10 +27,4 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ INCLUDES="-I${LOCALBASE}/include" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 700000 -BROKEN= Doesn't work (yet?) on 7.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |