diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-11-22 16:41:15 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-11-22 16:41:15 +0000 |
commit | 3f3c731162c6acfd7eccd93f0d254f26903cb26d (patch) | |
tree | 3d1438fc3f17ea233e6bdf902323c4d9c732c546 /games/xmille | |
parent | b707140221aecb4bba016b32b4b4f29a521fa8e7 (diff) | |
download | ports-3f3c731162c6acfd7eccd93f0d254f26903cb26d.tar.gz ports-3f3c731162c6acfd7eccd93f0d254f26903cb26d.zip |
Notes
Diffstat (limited to 'games/xmille')
-rw-r--r-- | games/xmille/Makefile | 8 |
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> |