diff options
author | taca <taca@pkgsrc.org> | 2022-10-10 03:36:48 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-10-10 03:36:48 +0000 |
commit | eb18b20df4766a2c9b249d56c2f2b644e301033a (patch) | |
tree | a8a0f0b62e311460f1b5f8f3c112b7726d06c323 /textproc | |
parent | 65ee2f3e50d89f84436824fcdceac87035fc89d6 (diff) | |
download | pkgsrc-eb18b20df4766a2c9b249d56c2f2b644e301033a.tar.gz |
Remove lines for Ruby 2.6.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-actiontext70/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-classifier-reborn/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/textproc/ruby-actiontext70/Makefile b/textproc/ruby-actiontext70/Makefile index aee1d4a537d..92dda4081fe 100644 --- a/textproc/ruby-actiontext70/Makefile +++ b/textproc/ruby-actiontext70/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/03/27 06:43:12 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2022/10/10 03:36:50 taca Exp $ DISTNAME= actiontext-${RAILS_VERSION} PKGNAME= ${RUBY_PKGPREFIX}-actiontext${RUBY_RAILS}-${RAILS_VERSION} @@ -17,7 +17,5 @@ USE_LANGUAGES= # none RUBY_RAILS_ACCEPTED= 70 RUBY_RAILS_STRICT_DEP= yes -RUBY_VERSIONS_INCOMPATIBLE= 26 - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-classifier-reborn/Makefile b/textproc/ruby-classifier-reborn/Makefile index 94d94e194d0..ceeeed11049 100644 --- a/textproc/ruby-classifier-reborn/Makefile +++ b/textproc/ruby-classifier-reborn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2022/09/02 17:10:06 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2022/10/10 03:36:50 taca Exp $ DISTNAME= classifier-reborn-2.3.0 CATEGORIES= textproc @@ -12,8 +12,6 @@ DEPENDS= ${RUBY_PKGPREFIX}-fast-stemmer>=1.0<2:../../textproc/ruby-fast-stemmer RUBYGEM_OPTIONS+= --format-executable -RUBY_VERSIONS_INCOMPATIBLE= 26 # ruby-matrix - .include "../../lang/ruby/rubyversion.mk" .if ${RUBY_VER} != 31 |