diff options
-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} |