aboutsummaryrefslogtreecommitdiff
path: root/games/bzflag/Makefile
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/bzflag/Makefile
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/bzflag/Makefile')
-rw-r--r--games/bzflag/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/games/bzflag/Makefile b/games/bzflag/Makefile
index 6e15db668e49..7f400dbfe6a7 100644
--- a/games/bzflag/Makefile
+++ b/games/bzflag/Makefile
@@ -30,14 +30,8 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
MAN5= bzw.5
MAN6= bzadmin.6 bzflag.6 bzfquery.6 bzfs.6
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|@LINUX_TRUE@||g ; \
s|@LINUX_FALSE@|#|g' ${WRKSRC}/src/platform/Makefile.in
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>