From e0b75ad35865537d22cc7012af8d92f92029165a Mon Sep 17 00:00:00 2001 From: linimon Date: Mon, 22 Dec 2003 02:15:55 +0000 Subject: Per bento logs, mark as broken on recent 5.x versions. --- games/vamos/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/games/vamos/Makefile b/games/vamos/Makefile index 8b3c2ca..9f5d9f8 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} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.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.1