diff options
Diffstat (limited to 'games/sauerbraten')
-rw-r--r-- | games/sauerbraten/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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: |