diff options
author | arved <arved@FreeBSD.org> | 2006-07-03 22:49:45 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-07-03 22:49:45 +0800 |
commit | ce01fad8fc0689589516f5dabd3323c786cfeb99 (patch) | |
tree | 0d752fc739715631fc27c7a99067981844a8b3f1 /games | |
parent | 6d9c52000cfed4b99eec1c3491250b88cc8648fd (diff) | |
download | freebsd-ports-gnome-ce01fad8fc0689589516f5dabd3323c786cfeb99.tar.gz freebsd-ports-gnome-ce01fad8fc0689589516f5dabd3323c786cfeb99.tar.zst freebsd-ports-gnome-ce01fad8fc0689589516f5dabd3323c786cfeb99.zip |
Mark BROKEN on CURRENT
Reported by: pointyhat
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: |