diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-07-28 17:54:40 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-07-28 17:54:40 +0000 |
commit | a388d66ab4de2c6924ee326e13008c5f66c4924c (patch) | |
tree | 021247b1cef7983fb1bceeebdcd7bec39182fd38 | |
parent | sysutils/ansible: update to 1.6.10 (diff) |
graphics/ruby-ming: Mark broken for Ruby 2.0 and 2.1
With hat: ruby@
Notes
Notes:
svn path=/head/; revision=363208
-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> |