diff options
author | swills <swills@FreeBSD.org> | 2015-04-04 09:06:47 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-04-04 09:06:47 +0800 |
commit | 453660fb8a5e25b6678d8d9b16abab44ba410b11 (patch) | |
tree | 95eda1c51e687e4de844bf0088bdc2c1c4fbac8d /net/ruby-dict | |
parent | 979327f30d552100f30281b9735d2a7c41e23f41 (diff) | |
download | freebsd-ports-gnome-453660fb8a5e25b6678d8d9b16abab44ba410b11.tar.gz freebsd-ports-gnome-453660fb8a5e25b6678d8d9b16abab44ba410b11.tar.zst freebsd-ports-gnome-453660fb8a5e25b6678d8d9b16abab44ba410b11.zip |
net/ruby-dict: mark broken with ruby 2.2
Diffstat (limited to 'net/ruby-dict')
-rw-r--r-- | net/ruby-dict/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/ruby-dict/Makefile b/net/ruby-dict/Makefile index 80b57a535e9d..d1cd2207b8ce 100644 --- a/net/ruby-dict/Makefile +++ b/net/ruby-dict/Makefile @@ -29,4 +29,10 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/ .endfor -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${RUBY_VER} >= 2.2 +BROKEN= Does not build +.endif + +.include <bsd.port.post.mk> |