From 3f3c731162c6acfd7eccd93f0d254f26903cb26d Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 22 Nov 2003 16:41:15 +0000 Subject: Mark broken on 5.x due to problems with imake. Possibly this is the multiline constant breakage. --- games/xmille/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'games') diff --git a/games/xmille/Makefile b/games/xmille/Makefile index 3ecb7cb1eab9..2206c0a21e94 100644 --- a/games/xmille/Makefile +++ b/games/xmille/Makefile @@ -21,7 +21,13 @@ WRKSRC= ${WRKDIR}/Mille USE_IMAKE= yes MAN1= xmille.1 +.include + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile due to imake" +.endif + post-extract: @${FIND} ${WRKSRC} -name '*.[ao]' -delete -.include +.include -- cgit v1.2.3