diff options
author | swills <swills@FreeBSD.org> | 2015-04-03 22:30:00 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-04-03 22:30:00 +0800 |
commit | b6b7d52184ab73fcedbfd9267e7a7046369d89db (patch) | |
tree | 0983f659b219049304545db965c82f2cfc7e4865 /devel/ruby-date2 | |
parent | b2150a79ea4c14fe07ca78eb35e2a05c417cfb65 (diff) | |
download | freebsd-ports-gnome-b6b7d52184ab73fcedbfd9267e7a7046369d89db.tar.gz freebsd-ports-gnome-b6b7d52184ab73fcedbfd9267e7a7046369d89db.tar.zst freebsd-ports-gnome-b6b7d52184ab73fcedbfd9267e7a7046369d89db.zip |
devel/ruby-date2: mark broken with ruby 2.2
Diffstat (limited to 'devel/ruby-date2')
-rw-r--r-- | devel/ruby-date2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/ruby-date2/Makefile b/devel/ruby-date2/Makefile index 64a667370b00..78ec685c9ba1 100644 --- a/devel/ruby-date2/Makefile +++ b/devel/ruby-date2/Makefile @@ -38,4 +38,10 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/ja/ .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> |