summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorxride <xride@FreeBSD.org>2006-11-17 00:15:22 +0000
committerxride <xride@FreeBSD.org>2006-11-17 00:15:22 +0000
commit2abfd30eaae8dc485ad926dca136e9d41156f3b4 (patch)
treef1161ddb78483b96fd8b7c2f3f57689f8b455f83 /audio
parent96229bd8deb020638fb28c144dc0bf13f460e151 (diff)
downloadFreeBSD-ports-2abfd30eaae8dc485ad926dca136e9d41156f3b4.zip
FreeBSD-ports-2abfd30eaae8dc485ad926dca136e9d41156f3b4.tar.gz
Mark BROKEN for 4.X
Notified by: pointyhat Approved by: maintainer, tmclaugh (mentor)
Diffstat (limited to 'audio')
-rw-r--r--audio/xanalyser/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/xanalyser/Makefile b/audio/xanalyser/Makefile
index f468248..48818ef 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>
OpenPOWER on IntegriCloud