From 762d216cdd3bea292b1e9cc1ce3e76de5e207151 Mon Sep 17 00:00:00 2001 From: erwin Date: Wed, 16 Dec 2009 13:14:59 +0000 Subject: Mark BROKEN on 9.x: does not configure --- x11-toolkits/tkdnd/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'x11-toolkits/tkdnd/Makefile') diff --git a/x11-toolkits/tkdnd/Makefile b/x11-toolkits/tkdnd/Makefile index d469d65ce101..edc8b79cf081 100644 --- a/x11-toolkits/tkdnd/Makefile +++ b/x11-toolkits/tkdnd/Makefile @@ -36,4 +36,10 @@ post-install: @${LN} -sf ${USE_LDCONFIG}/lib${TKPKG}.so ${USE_LDCONFIG}/lib${TKPKG}.so.0 @${INSTALL_MAN} ${WRKSRC}/doc/tkDND.n ${MANNPREFIX}/man/mann/${MANN} -.include +.include + +.if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif + +.include -- cgit