diff options
author | swills <swills@FreeBSD.org> | 2015-04-03 21:50:38 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-04-03 21:50:38 +0800 |
commit | ebb0c73f6564ffdff8692b3e9ca06ab92ed1f1bc (patch) | |
tree | 1cb06e0f98a925b225740df3eafd840a361d070b /biology | |
parent | 41226bf07c62ca6cce30a4158c588e1fbaa0cb15 (diff) | |
download | freebsd-ports-gnome-ebb0c73f6564ffdff8692b3e9ca06ab92ed1f1bc.tar.gz freebsd-ports-gnome-ebb0c73f6564ffdff8692b3e9ca06ab92ed1f1bc.tar.zst freebsd-ports-gnome-ebb0c73f6564ffdff8692b3e9ca06ab92ed1f1bc.zip |
biology/ruby-bio: mark broken with ruby 2.2
Diffstat (limited to 'biology')
-rw-r--r-- | biology/ruby-bio/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/biology/ruby-bio/Makefile b/biology/ruby-bio/Makefile index 98db62959238..fea988732e72 100644 --- a/biology/ruby-bio/Makefile +++ b/biology/ruby-bio/Makefile @@ -46,4 +46,10 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/doc/*.rd ${STAGEDIR}${RUBY_MODDOCDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/*.rd.ja ${STAGEDIR}${RUBY_MODDOCDIR}/ja/ -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${RUBY_VER} >= 2.2 +BROKEN= Does not build +.endif + +.include <bsd.port.post.mk> |