diff options
-rw-r--r-- | graphics/ruby-ming/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/ruby-ming/Makefile b/graphics/ruby-ming/Makefile index d10fc6cddc0b..f71090ed3890 100644 --- a/graphics/ruby-ming/Makefile +++ b/graphics/ruby-ming/Makefile @@ -36,4 +36,10 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/ .endfor -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${RUBY_VER} != 1.9 +BROKEN= Does not build +.endif + +.include <bsd.port.post.mk> |