aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3plot
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mp3plot')
-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