From 678793e873296553010f1e9215a4626e9d69ae3a Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Tue, 17 Feb 2004 12:46:15 +0000 Subject: [PATCH] BROKEN on 5.x: install fails --- polish/kadu/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index f68c56136265..42821b2d3cf2 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -32,6 +32,10 @@ WANT_GNOME= yes .include +.if ${OSVERSION} >= 502102 +BROKEN= "Install fails" +.endif + .if ${HAVE_GNOME:Mgnomehier}!="" PLIST_SUB+= GNOME:="" .else