aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xanalyser
diff options
context:
space:
mode:
authorxride <xride@FreeBSD.org>2006-11-17 08:15:22 +0800
committerxride <xride@FreeBSD.org>2006-11-17 08:15:22 +0800
commit2abfd30eaae8dc485ad926dca136e9d41156f3b4 (patch)
treef1161ddb78483b96fd8b7c2f3f57689f8b455f83 /audio/xanalyser
parent96229bd8deb020638fb28c144dc0bf13f460e151 (diff)
downloadfreebsd-ports-gnome-2abfd30eaae8dc485ad926dca136e9d41156f3b4.tar.gz
freebsd-ports-gnome-2abfd30eaae8dc485ad926dca136e9d41156f3b4.tar.zst
freebsd-ports-gnome-2abfd30eaae8dc485ad926dca136e9d41156f3b4.zip
Mark BROKEN for 4.X
Notified by: pointyhat Approved by: maintainer, tmclaugh (mentor)
Diffstat (limited to 'audio/xanalyser')
-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>