From f7c0630cd25902e9d0299337f0075f1969f3c15c Mon Sep 17 00:00:00 2001
From: Edwin Groothuis <edwin@FreeBSD.org>
Date: Thu, 4 Oct 2007 01:02:44 +0000
Subject: Remove always-false/true conditions based on OSVERSION 500000

---
 games/fgsd/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

(limited to 'games/fgsd')

diff --git a/games/fgsd/Makefile b/games/fgsd/Makefile
index bea2611d9af2..fe7641129ab5 100644
--- a/games/fgsd/Makefile
+++ b/games/fgsd/Makefile
@@ -42,12 +42,6 @@ DESKTOP_ENTRIES="FlightGear Scenery Designer" \
 		"Application;Graphics;" \
 		false
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-IGNORE=		does not build on FreeBSD 4.x
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lgif|-lungif|' ${WRKSRC}/configure
 
@@ -55,4 +49,4 @@ post-install:
 	${MKDIR} ${PREFIX}/share/pixmaps
 	${INSTALL_DATA} ${WRKSRC}/src/curves.xpm ${PREFIX}/share/pixmaps/fgsd.xpm
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
-- 
cgit v1.2.3