From e27f833b7cdffe856aeaaf15f63a20f17d550eb8 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 23 May 2004 10:07:33 +0000 Subject: BROKEN on 4.x: Does not compile --- cad/fandango/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'cad') diff --git a/cad/fandango/Makefile b/cad/fandango/Makefile index 16668d3f8e5c..d1e1e7e258d8 100644 --- a/cad/fandango/Makefile +++ b/cad/fandango/Makefile @@ -24,4 +24,10 @@ USE_GNOME= gnometarget USE_KDEBASE_VER= 3 GNU_CONFIGURE= yes -.include +.include + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on 4.x" +.endif + +.include -- cgit