diff options
author | swills <swills@FreeBSD.org> | 2015-04-03 21:21:20 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-04-03 21:21:20 +0800 |
commit | 5b769d081fb4ab97d65d94a85d22729d362a8183 (patch) | |
tree | 14a0f422fc4b0c60106b2821316f154d939ba799 /textproc | |
parent | 04e2ba28189360d546a316897565c2a939d41666 (diff) | |
download | freebsd-ports-gnome-5b769d081fb4ab97d65d94a85d22729d362a8183.tar.gz freebsd-ports-gnome-5b769d081fb4ab97d65d94a85d22729d362a8183.tar.zst freebsd-ports-gnome-5b769d081fb4ab97d65d94a85d22729d362a8183.zip |
textproc/ruby-rss.alt: mark broken with ruby 2.2
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-rss.alt/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/ruby-rss.alt/Makefile b/textproc/ruby-rss.alt/Makefile index 645dcbc07984..3b7f452781e4 100644 --- a/textproc/ruby-rss.alt/Makefile +++ b/textproc/ruby-rss.alt/Makefile @@ -30,4 +30,10 @@ post-install: ${INSTALL_DATA} ${DOCS_EN:S,^,${WRKSRC}/,} ${STAGEDIR}${RUBY_MODDOCDIR}/ ${INSTALL_DATA} ${DOCS_JA:S,^,${WRKSRC}/,} ${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> |