diff options
author | pav <pav@FreeBSD.org> | 2010-01-21 01:21:06 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-01-21 01:21:06 +0800 |
commit | c1af1ec811d5a939553e01c1f2adca82739469c7 (patch) | |
tree | dae2ad364414326dca482c82619c416cd4f90a3e /audio | |
parent | b699928c35b1c3a1f907fb7e37b46b6de5f30660 (diff) | |
download | freebsd-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/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 |