aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-01-20 17:21:06 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-01-20 17:21:06 +0000
commit25256b2b7d4c5eb856db65d0bee27d3cb219f1ac (patch)
treea621bdb66de35781ea948aa609e56a28e533f976 /audio
parentf9d9f937a875f0d6b0b73f4acb820a46024faf24 (diff)
downloadports-25256b2b7d4c5eb856db65d0bee27d3cb219f1ac.tar.gz
ports-25256b2b7d4c5eb856db65d0bee27d3cb219f1ac.zip
Notes
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