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 /audio/ruby-shout | |
parent | 9c2321f689bfb7b736ed912dfabfa67cf7a2aa6a (diff) | |
download | ports-729a4ef389e4a9307f94745fa21c455dfd8d535a.tar.gz ports-729a4ef389e4a9307f94745fa21c455dfd8d535a.zip |
Notes
Diffstat (limited to 'audio/ruby-shout')
-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} |