From bdddb06e9de17fc7a4a2d96f04712ee13f084c08 Mon Sep 17 00:00:00 2001 From: krion Date: Thu, 9 Dec 2004 10:29:50 +0000 Subject: BROKEN: Does not compile on 4.x --- games/freebooters/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'games') diff --git a/games/freebooters/Makefile b/games/freebooters/Makefile index 25a7a66183af..a208b2bef0c0 100644 --- a/games/freebooters/Makefile +++ b/games/freebooters/Makefile @@ -20,6 +20,12 @@ DOC_FILES= AUTHORS COPYING COPYRIGHT NEWS README \ README_BUCCANEER TODO manual.tex MAN6= freebooters.6 buccaneer.6 +.include + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on 4.x" +.endif + do-configure: ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/sdl_setup.cc ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/tools.cc @@ -31,4 +37,4 @@ post-install: cd ${WRKSRC}/doc/ && ${INSTALL_DATA} ${DOC_FILES} ${DOCSDIR} .endif -.include +.include -- cgit