diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-07-03 14:49:45 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-07-03 14:49:45 +0000 |
commit | 71f9abcd21cd3827af2bba2dcb0946eb8bad2924 (patch) | |
tree | c837341d63bcc8d4a2f806760f847f0fc8ad72ad /games | |
parent | - update to -> 1.4.0a (diff) |
Mark BROKEN on CURRENT
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=166842
Diffstat (limited to 'games')
-rw-r--r-- | games/bloodfrontier/Makefile | 2 | ||||
-rw-r--r-- | games/redeclipse/Makefile | 2 | ||||
-rw-r--r-- | games/sauerbraten/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/games/bloodfrontier/Makefile b/games/bloodfrontier/Makefile index ea47a583434b..de5f07bf7f26 100644 --- a/games/bloodfrontier/Makefile +++ b/games/bloodfrontier/Makefile @@ -31,6 +31,8 @@ SUB_FILES= sauer_client sauer_server pkg-message .if ${OSVERSION} < 500000 BROKEN= Does not build on 4.x +.elif ${OSVERSION} > 700016 +BROKEN= Does not build on CURRENT .endif post-extract: diff --git a/games/redeclipse/Makefile b/games/redeclipse/Makefile index ea47a583434b..de5f07bf7f26 100644 --- a/games/redeclipse/Makefile +++ b/games/redeclipse/Makefile @@ -31,6 +31,8 @@ SUB_FILES= sauer_client sauer_server pkg-message .if ${OSVERSION} < 500000 BROKEN= Does not build on 4.x +.elif ${OSVERSION} > 700016 +BROKEN= Does not build on CURRENT .endif post-extract: diff --git a/games/sauerbraten/Makefile b/games/sauerbraten/Makefile index ea47a583434b..de5f07bf7f26 100644 --- a/games/sauerbraten/Makefile +++ b/games/sauerbraten/Makefile @@ -31,6 +31,8 @@ SUB_FILES= sauer_client sauer_server pkg-message .if ${OSVERSION} < 500000 BROKEN= Does not build on 4.x +.elif ${OSVERSION} > 700016 +BROKEN= Does not build on CURRENT .endif post-extract: |