diff options
-rw-r--r-- | audio/rubygem-shout/Makefile | 8 |
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> |