diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 09:02:44 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 09:02:44 +0800 |
commit | 7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7 (patch) | |
tree | 4a12b2cc5f942c5cbd90e6095a46749e9487c31e /games/sauerbraten | |
parent | 9eca9d9c3be542fb7d2775295de32351162caa11 (diff) | |
download | freebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.tar.gz freebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.tar.zst freebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'games/sauerbraten')
-rw-r--r-- | games/sauerbraten/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/sauerbraten/Makefile b/games/sauerbraten/Makefile index a4b1597961e5..49d786c07183 100644 --- a/games/sauerbraten/Makefile +++ b/games/sauerbraten/Makefile @@ -39,10 +39,6 @@ SAUDATDIR= packages data IGNORE= needs at least one executable (CLIENT or DEDICATED) .endif -.if ${OSVERSION} < 500000 -BROKEN= does not compile -.endif - .if !defined(WITHOUT_CLIENT) USE_GL= yes USE_SDL= image mixer sdl |