aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/xanalyser/Makefile6
1 files changed, 5 insertions, 1 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= Does not compile
+.endif
+.include <bsd.port.post.mk>