From 7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7 Mon Sep 17 00:00:00 2001 From: edwin Date: Thu, 4 Oct 2007 01:02:44 +0000 Subject: Remove always-false/true conditions based on OSVERSION 500000 --- games/redeclipse/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'games/redeclipse') diff --git a/games/redeclipse/Makefile b/games/redeclipse/Makefile index a4b1597961e5..49d786c07183 100644 --- a/games/redeclipse/Makefile +++ b/games/redeclipse/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 -- cgit