diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-07-19 08:36:06 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-07-19 08:36:06 +0000 |
commit | 729a4ef389e4a9307f94745fa21c455dfd8d535a (patch) | |
tree | 331d1984a6ebd23bb3998df8c1564852221e5631 | |
parent | - add note for jpeg-7 (diff) |
Mark BROKEN on 6.x
-rw-r--r-- | audio/ruby-shout/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/ruby-shout/Makefile b/audio/ruby-shout/Makefile index e12ce7dcaf24..f93c08ddf3bd 100644 --- a/audio/ruby-shout/Makefile +++ b/audio/ruby-shout/Makefile @@ -28,6 +28,10 @@ DOCS= README doc .include <bsd.port.pre.mk> +.if ${OSVERSION} < 700000 +BROKEN= does not build +.endif + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} |