aboutsummaryrefslogtreecommitdiff
path: root/games/flightgear
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/flightgear
parent3e2fd4b788942461b3fbd53d7edac9a1abc3488e (diff)
downloadports-f7c0630cd25902e9d0299337f0075f1969f3c15c.tar.gz
ports-f7c0630cd25902e9d0299337f0075f1969f3c15c.zip
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200772
Diffstat (limited to 'games/flightgear')
-rw-r--r--games/flightgear/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile
index 6da0372d5eb1..629fd676528f 100644
--- a/games/flightgear/Makefile
+++ b/games/flightgear/Makefile
@@ -39,12 +39,6 @@ CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
MAN1= est-epsilon.1 fgfs.1 fgjs.1 gl-info.1 js_demo.1 pstest.1
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-IGNORE= does not build on FreeBSD 4.x
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|-D_REENTRANT|${PTHREAD_CFLAGS}|' \
${WRKSRC}/configure
@@ -53,4 +47,4 @@ post-install:
${INSTALL_PROGRAM} ${WRKSRC}/utils/js_server/js_server ${PREFIX}/bin
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>