aboutsummaryrefslogtreecommitdiff
path: root/games/taxipilot/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-12-21 23:53:55 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-12-21 23:53:55 +0000
commit9c2a43230b0690e23d181d0058e297aefd881110 (patch)
treec8861ad112d49ab9eff1954e27aa8d19da6b9c2a /games/taxipilot/Makefile
parent0d97eeaed5a9962fbd50d603215c317e856a7c9c (diff)
downloadports-9c2a43230b0690e23d181d0058e297aefd881110.tar.gz
ports-9c2a43230b0690e23d181d0058e297aefd881110.zip
Notes
Diffstat (limited to 'games/taxipilot/Makefile')
-rw-r--r--games/taxipilot/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/taxipilot/Makefile b/games/taxipilot/Makefile
index e03b21246e65..91ef8e00d1f2 100644
--- a/games/taxipilot/Makefile
+++ b/games/taxipilot/Makefile
@@ -21,4 +21,10 @@ CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
+.include <bsd.port.post.mk>