diff options
author | edwin <edwin@FreeBSD.org> | 2009-02-22 12:05:02 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2009-02-22 12:05:02 +0800 |
commit | 91403c7362e7fa68c0bcd8b0e2b15732a82d2df9 (patch) | |
tree | 91bae1eeb40118ffcb4eddf7cf63290b7bd36758 /games/xrally/Makefile | |
parent | d19c174527722eb80b7f548552fdc4ccc8fcf3f5 (diff) | |
download | freebsd-ports-gnome-91403c7362e7fa68c0bcd8b0e2b15732a82d2df9.tar.gz freebsd-ports-gnome-91403c7362e7fa68c0bcd8b0e2b15732a82d2df9.tar.zst freebsd-ports-gnome-91403c7362e7fa68c0bcd8b0e2b15732a82d2df9.zip |
Fixed build on 7.x
Removed dependency on gcc2.95
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> |