From 77205cd5ab0b02a29cec75baea67b1cf90110273 Mon Sep 17 00:00:00 2001 From: erwin Date: Sat, 13 Mar 2010 11:41:12 +0000 Subject: Mark broken on 8.x: does not build --- x11-toolkits/efltk/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/x11-toolkits/efltk/Makefile b/x11-toolkits/efltk/Makefile index ebd8e716f7ca..7909041d6dbc 100644 --- a/x11-toolkits/efltk/Makefile +++ b/x11-toolkits/efltk/Makefile @@ -38,4 +38,10 @@ MAKE_ENV+= LD_LIBRARY_PATH="${WRKSRC}/lib" USE_LDCONFIG= yes USE_XORG= x11 xext -.include +.include + +.if ${OSVERSION} >= 800501 +BROKEN= does not build +.endif + +.include -- cgit