diff options
author | Steve Wills <swills@FreeBSD.org> | 2015-04-03 13:21:20 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2015-04-03 13:21:20 +0000 |
commit | f62a31c00930d59efee3f71b1df79425f7d7abb4 (patch) | |
tree | 14a0f422fc4b0c60106b2821316f154d939ba799 /textproc | |
parent | 0ff05d75c8ae24313f61ac4c4b418de7090f50e5 (diff) | |
download | ports-f62a31c00930d59efee3f71b1df79425f7d7abb4.tar.gz ports-f62a31c00930d59efee3f71b1df79425f7d7abb4.zip |
Notes
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> |