diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-20 17:21:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-01-20 17:21:06 +0000 |
commit | 25256b2b7d4c5eb856db65d0bee27d3cb219f1ac (patch) | |
tree | a621bdb66de35781ea948aa609e56a28e533f976 /audio/mp3plot | |
parent | f9d9f937a875f0d6b0b73f4acb820a46024faf24 (diff) | |
download | ports-25256b2b7d4c5eb856db65d0bee27d3cb219f1ac.tar.gz ports-25256b2b7d4c5eb856db65d0bee27d3cb219f1ac.zip |
Notes
Diffstat (limited to 'audio/mp3plot')
-rw-r--r-- | audio/mp3plot/Makefile | 4 |
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 |