From a5001f0aeef57485f2245956d6fb332b93961582 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Tue, 12 Sep 2006 07:11:40 +0000 Subject: Mark it BROKEN, does not compile on 4.x. Notified by: kris --- games/fwp/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'games/fwp') diff --git a/games/fwp/Makefile b/games/fwp/Makefile index 7e1843950b5d..9a173c58b274 100644 --- a/games/fwp/Makefile +++ b/games/fwp/Makefile @@ -31,6 +31,12 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +.include + +.if ${OSVERSION} < 500000 +BROKEN= does not compile on 4.x +.endif + pre-everything:: @${ECHO_MSG} @${ECHO_MSG} "Warning! This is the first playable version of FWP using the new libraries." @@ -45,4 +51,4 @@ post-patch: ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-O$$enable_optimize||' ${WRKSRC}/configure -.include +.include -- cgit