diff options
author | erwin <erwin@FreeBSD.org> | 2009-07-19 16:36:06 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-07-19 16:36:06 +0800 |
commit | 247fb1c55ac54032ddfd937c84c6fa525afc2b50 (patch) | |
tree | e744ea6ca2e9deb8e03f13ba01e161d1383779dd | |
parent | d97a8c085c7c246981f97b83ca6c230e029aa6e6 (diff) | |
download | freebsd-ports-gnome-247fb1c55ac54032ddfd937c84c6fa525afc2b50.tar.gz freebsd-ports-gnome-247fb1c55ac54032ddfd937c84c6fa525afc2b50.tar.zst freebsd-ports-gnome-247fb1c55ac54032ddfd937c84c6fa525afc2b50.zip |
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} |