diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-21 23:53:55 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-21 23:53:55 +0000 |
commit | 9c2a43230b0690e23d181d0058e297aefd881110 (patch) | |
tree | c8861ad112d49ab9eff1954e27aa8d19da6b9c2a /games/taxipilot/Makefile | |
parent | 0d97eeaed5a9962fbd50d603215c317e856a7c9c (diff) | |
download | ports-9c2a43230b0690e23d181d0058e297aefd881110.tar.gz ports-9c2a43230b0690e23d181d0058e297aefd881110.zip |
Notes
Diffstat (limited to 'games/taxipilot/Makefile')
-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> |