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/sauerbraten | |
parent | 16b885d0c325835ec142fbd21ed6b2173b2693b1 (diff) | |
download | ports-71f9abcd21cd3827af2bba2dcb0946eb8bad2924.tar.gz ports-71f9abcd21cd3827af2bba2dcb0946eb8bad2924.zip |
Notes
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: |