diff options
author | taca <taca@pkgsrc.org> | 2017-04-22 18:27:04 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-04-22 18:27:04 +0000 |
commit | 36c9fc9d35d1294deda7abcabe65e23e4ccbfcc9 (patch) | |
tree | 70c5639e14e89c4323cc70a550b52aef25310f73 /textproc/ruby-rdtool | |
parent | 4f6511d02058e6f6238a14140d2c695691fdc748 (diff) | |
download | pkgsrc-36c9fc9d35d1294deda7abcabe65e23e4ccbfcc9.tar.gz |
Remove 18 from RUBY_VERSIONS_ACCEPTED.
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 f36e230e7db..033c97fbe62 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2016/09/08 15:19:19 joerg Exp $ +# $NetBSD: Makefile,v 1.44 2017/04/22 18:27:05 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_VERSIONS_ACCEPTED= 18 21 22 23 +RUBY_VERSIONS_ACCEPTED= 23 22 21 .include "../../lang/ruby/gem.mk" .include "../../lang/ruby/modules.mk" |