aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-01-21 01:21:06 +0800
committerpav <pav@FreeBSD.org>2010-01-21 01:21:06 +0800
commitc1af1ec811d5a939553e01c1f2adca82739469c7 (patch)
treedae2ad364414326dca482c82619c416cd4f90a3e /audio
parentb699928c35b1c3a1f907fb7e37b46b6de5f30660 (diff)
downloadfreebsd-ports-gnome-c1af1ec811d5a939553e01c1f2adca82739469c7.tar.gz
freebsd-ports-gnome-c1af1ec811d5a939553e01c1f2adca82739469c7.tar.zst
freebsd-ports-gnome-c1af1ec811d5a939553e01c1f2adca82739469c7.zip
- Mark BROKEN on 6.x
Reported by: pointyhat
Diffstat (limited to 'audio')
-rw-r--r--audio/mp3plot/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile
index 473914b077c8..73a1157cd3ea 100644
--- a/audio/mp3plot/Makefile
+++ b/audio/mp3plot/Makefile
@@ -32,6 +32,10 @@ LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 700000
+BROKEN= does not compile
+.endif
+
.if defined(WITHOUT_GD)
CONFIGURE_ARGS+= --disable-gd
.else