diff options
author | taca <taca@pkgsrc.org> | 2015-12-30 15:11:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-12-30 15:11:40 +0000 |
commit | 5bdc41f1b3805cb339d2e16c424deeba5098d262 (patch) | |
tree | 474e7dba90de622d7c369cc2bddc2bf8e47a34db /textproc/ruby-rdtool | |
parent | 5d555bdc792bc3e4c04d2bfd053a62fad083da4c (diff) | |
download | pkgsrc-5bdc41f1b3805cb339d2e16c424deeba5098d262.tar.gz |
Add support for ruby23.
Diffstat (limited to 'textproc/ruby-rdtool')
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index f268306a840..5a474cf2580 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2015/11/23 15:46:59 taca Exp $ +# $NetBSD: Makefile,v 1.41 2015/12/30 15:11:40 taca Exp $ DISTNAME= rdtool-0.6.38 PKGREVISION= 2 @@ -18,7 +18,7 @@ SUBST_SED.path= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|" SUBST_MESSAGE.path= Fixing PKG_SYSCONFDIR paths. RUBYGEM_OPTIONS+= --format-executable -RUBY_VERSION_SUPPORTED= 18 200 21 22 +RUBY_VERSION_SUPPORTED= 18 200 21 22 23 .include "../../lang/ruby/gem.mk" .include "../../lang/ruby/modules.mk" |