From 58c680f71ae22a285e38aefefd5cb1209c85b1d8 Mon Sep 17 00:00:00 2001 From: rafan Date: Thu, 10 Aug 2006 05:42:49 +0000 Subject: - Mark BROKEN on 4.x, does not build PR: ports/101714 Submitted by: Robert Gogolok (maintainer) --- games/xye/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'games/xye/Makefile') diff --git a/games/xye/Makefile b/games/xye/Makefile index fbeaf1beefe4..61a340c1ca4a 100644 --- a/games/xye/Makefile +++ b/games/xye/Makefile @@ -19,7 +19,13 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc USE_GMAKE= yes +.include + +.if ${OSVERSION} < 500000 +BROKEN= does not build on FreeBSD 4.x +.endif + post-patch: @${REINPLACE_CMD} -E 's,#include.*,#include ,g' ${WRKSRC}/src/vxsdl.h -.include +.include -- cgit