From 2abfd30eaae8dc485ad926dca136e9d41156f3b4 Mon Sep 17 00:00:00 2001 From: xride Date: Fri, 17 Nov 2006 00:15:22 +0000 Subject: Mark BROKEN for 4.X Notified by: pointyhat Approved by: maintainer, tmclaugh (mentor) --- audio/xanalyser/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'audio/xanalyser') diff --git a/audio/xanalyser/Makefile b/audio/xanalyser/Makefile index f468248e56d4..48818efa566c 100644 --- a/audio/xanalyser/Makefile +++ b/audio/xanalyser/Makefile @@ -24,4 +24,8 @@ MAN1= xanalyser.1 PLIST_FILES= bin/xanalyser \ lib/X11/app-defaults/XAnalyser -.include +.include +.if ${OSVERSION} < 500000 +BROKEN= Does not compile +.endif +.include -- cgit