diff options
author | tnn <tnn@pkgsrc.org> | 2016-03-14 00:59:05 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-03-14 00:59:05 +0000 |
commit | 744e6d6dc9a52926d87cf3800d0f80c76f546410 (patch) | |
tree | 772402e786294100fd0e6f16f857d3caa2cf0b6e /textproc/ruby-rdtool | |
parent | 525fa3c546f9d39018d4b9acd2c77643cb5df4de (diff) | |
download | pkgsrc-744e6d6dc9a52926d87cf3800d0f80c76f546410.tar.gz |
remove references to ruby200
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 5a474cf2580..ae836026fd9 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2015/12/30 15:11:40 taca Exp $ +# $NetBSD: Makefile,v 1.42 2016/03/14 00:59:06 tnn 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 23 +RUBY_VERSION_SUPPORTED= 18 21 22 23 .include "../../lang/ruby/gem.mk" .include "../../lang/ruby/modules.mk" |