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 | |
parent | New port: Prerelease version of randrext from freedesktop.org: (diff) |
Per bento logs, mark as broken on 5.x due to stricter handling of multiline
string constants in gcc3.3. Informed maintainer.
Notes
Notes:
svn path=/head/; revision=96374
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> |