From f97ca6caf7d85a707707760cf5638d287af19777 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 8 Feb 2004 02:50:27 +0000 Subject: BROKEN on 5.x: does not compile --- x11-wm/olvwm/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'x11-wm/olvwm/Makefile') diff --git a/x11-wm/olvwm/Makefile b/x11-wm/olvwm/Makefile index a4b03586c40c..ce2e0d7b0b3e 100644 --- a/x11-wm/olvwm/Makefile +++ b/x11-wm/olvwm/Makefile @@ -30,4 +30,10 @@ USE_XPM= yes MAN1= olvwm.1 olvwmrc.1 XFREE86_HTML_MAN= no -.include +.include + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + +.include -- cgit