diff options
author | acm <acm@FreeBSD.org> | 2006-09-16 17:43:30 +0000 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-09-16 17:43:30 +0000 |
commit | 2775a756600a7edc70bf651676d4e4e9e91e87fc (patch) | |
tree | 618ca545c8b50b58c31c14abfa46cad4e592b886 /games/redeclipse/Makefile | |
parent | 7e04e13b536c4b6eaabb7477bbf1b06276acc678 (diff) | |
download | FreeBSD-ports-2775a756600a7edc70bf651676d4e4e9e91e87fc.zip FreeBSD-ports-2775a756600a7edc70bf651676d4e4e9e91e87fc.tar.gz |
- Update to 20060912
- Mark BROKEN on 4.x
Approved by: garga (mentor,implicit)
Diffstat (limited to 'games/redeclipse/Makefile')
-rw-r--r-- | games/redeclipse/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/games/redeclipse/Makefile b/games/redeclipse/Makefile index 13b4b7f..29250c6 100644 --- a/games/redeclipse/Makefile +++ b/games/redeclipse/Makefile @@ -6,19 +6,19 @@ # PORTNAME= sauerbraten -PORTVERSION= 20060722 +PORTVERSION= 20060912 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}_2006_07_22_normalmap_edition_linux +DISTNAME= ${PORTNAME}_2006_09_12_water_edition_linux MAINTAINER= acm@FreeBSD.org COMMENT= First person shooter based on Cube -USE_GCC= 3.2+ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ACLOCAL=true AUTOCONF=true AUTOMAKE=true +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_WRKSRC= ${WRKSRC}/src/enet BUILD_WRKSRC= ${WRKSRC}/src WRKSRC= ${WRKDIR}/${PORTNAME} @@ -37,6 +37,10 @@ SAUDATDIR= packages data IGNORE= needs at least one executable (CLIENT or DEDICATED) .endif +.if ${OSVERSION} < 500000 +BROKEN= does not compile +.endif + .if defined(WITH_CLIENT) USE_GL= yes USE_SDL= image mixer sdl |