diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/taxipilot/Makefile | 8 |
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> |