From 2a2c47052feab86719dfafd657dcc53d81ae6624 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 9 Feb 2004 02:02:19 +0000 Subject: BROKEN on 5.x: Does not compile --- games/vamos/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'games/vamos') diff --git a/games/vamos/Makefile b/games/vamos/Makefile index b6909256dcfc..c560671ed0bc 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -39,6 +39,12 @@ CPPFLAGS= -I${LOCALBASE}/include/libpng -I${X11BASE}/include \ LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU -lglut \ ${PTHREAD_LIBS} +.include + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-extract: @${RM} -f ${WRKSRC}/doc/*.info* @@ -47,4 +53,4 @@ post-patch: 's|-lsgxml -lsgmisc|-lsgxml -lsgstructure -lsgmisc|g ; \ s|-pedantic||g' -.include +.include -- cgit v1.2.3