diff options
author | taca <taca@pkgsrc.org> | 2022-01-16 14:29:29 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-01-16 14:29:29 +0000 |
commit | 9cc7b85b39329af9fc9e42db3f4bc1da75686af6 (patch) | |
tree | 3512aae19c2ba76200561ca7d14a8a021c829f7e /x11 | |
parent | df497c99a03010c7cbc96578a0409fcb211fc103 (diff) | |
download | pkgsrc-9cc7b85b39329af9fc9e42db3f4bc1da75686af6.tar.gz |
Thease packages dose not support Ruby 3.1.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ruby-wxruby/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/ruby-wxruby/Makefile b/x11/ruby-wxruby/Makefile index 377e73fc0c4..f12be405059 100644 --- a/x11/ruby-wxruby/Makefile +++ b/x11/ruby-wxruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2021/12/08 16:07:14 adam Exp $ +# $NetBSD: Makefile,v 1.39 2022/01/16 14:29:29 taca Exp $ # DISTNAME= wxruby-2.0.1 @@ -13,7 +13,7 @@ LICENSE= mit BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-redcloth>=4.2.0:../../textproc/ruby-redcloth -RUBY_VERSIONS_INCOMPATIBLE= 30 +RUBY_VERSIONS_INCOMPATIBLE= 30 31 BUILD_TARGET= default html_docs RAKE= ${RAKE_NAME} -I "./lib" |