summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2015-04-05 03:33:39 +0000
committerSteve Wills <swills@FreeBSD.org>2015-04-05 03:33:39 +0000
commitacec22a046a5889dfda7debfcf4a2f3a7f5337a7 (patch)
tree8d4c41a8303270cd190d998ca3324bb4fefcfabe /audio
parentwww/ruby-aws: mark broken with ruby 2.2 (diff)
audio/rubygem-shout: mark broken with ruby 2.2
Notes
Notes: svn path=/head/; revision=383254
Diffstat (limited to 'audio')
-rw-r--r--audio/rubygem-shout/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/rubygem-shout/Makefile b/audio/rubygem-shout/Makefile
index 307ff27c9b1b..e6442969172e 100644
--- a/audio/rubygem-shout/Makefile
+++ b/audio/rubygem-shout/Makefile
@@ -19,4 +19,10 @@ GEM_NAME= ${DISTNAME}
RUBYGEM_AUTOPLIST= yes
CONFIGURE_ARGS= --with-opt-include="${LOCALBASE}/include"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${RUBY_VER} >= 2.2
+BROKEN= Does not build
+.endif
+
+.include <bsd.port.post.mk>