summaryrefslogtreecommitdiff
path: root/games/fgsd
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:02:44 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 01:02:44 +0000
commitf7c0630cd25902e9d0299337f0075f1969f3c15c (patch)
treea943d8b41968bc02a35c01063aaf35f112a2ce09 /games/fgsd
parentRemove always-false/true conditions based on OSVERSION 500000 (diff)
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'games/fgsd')
-rw-r--r--games/fgsd/Makefile8
1 files changed, 1 insertions, 7 deletions
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>