aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-11-22 16:41:15 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-11-22 16:41:15 +0000
commit3f3c731162c6acfd7eccd93f0d254f26903cb26d (patch)
tree3d1438fc3f17ea233e6bdf902323c4d9c732c546
parentb707140221aecb4bba016b32b4b4f29a521fa8e7 (diff)
downloadports-3f3c731162c6acfd7eccd93f0d254f26903cb26d.tar.gz
ports-3f3c731162c6acfd7eccd93f0d254f26903cb26d.zip
Mark broken on 5.x due to problems with imake. Possibly this is
the multiline constant breakage.
Notes
Notes: svn path=/head/; revision=94710
-rw-r--r--games/xmille/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile due to imake"
+.endif
+
post-extract:
@${FIND} ${WRKSRC} -name '*.[ao]' -delete
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>