From ff1116ed511440229862628804cd3809c6a25c25 Mon Sep 17 00:00:00 2001 From: erwin Date: Sat, 13 Jun 2009 16:30:38 +0000 Subject: Mark BROKEN on 8.x: does not build. --- x11/chameleon/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'x11') diff --git a/x11/chameleon/Makefile b/x11/chameleon/Makefile index 4c2c0c5f6a46..4d7fc98efcfc 100644 --- a/x11/chameleon/Makefile +++ b/x11/chameleon/Makefile @@ -37,4 +37,10 @@ pre-install: @if test ! -d ${PIXMAPSDIR}; then \ ${MKDIR} ${PIXMAPSDIR}; ${CHMOD} 0755 ${PIXMAPSDIR}; fi -.include +.include + +.if ${OSVERSION} >= 800000 +BROKEN= does not build +.endif + +.include -- cgit