summaryrefslogtreecommitdiff
path: root/textproc/ruby-rdtool
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-11-23 15:46:58 +0000
committertaca <taca@pkgsrc.org>2015-11-23 15:46:58 +0000
commitf4e1bc4ab87572af3ffebbeb18a162a06468e9cb (patch)
tree19f0ab78adb720aad58d2d004f27a837a5dbd911 /textproc/ruby-rdtool
parentc7e8fb7d128aa306a19f70aa1859c49b071ef3a5 (diff)
downloadpkgsrc-f4e1bc4ab87572af3ffebbeb18a162a06468e9cb.tar.gz
Remove 193 from RUBY_VERSION_SUPPORTED.
Diffstat (limited to 'textproc/ruby-rdtool')
-rw-r--r--textproc/ruby-rdtool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile
index a8334884129..f268306a840 100644
--- a/textproc/ruby-rdtool/Makefile
+++ b/textproc/ruby-rdtool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2015/06/08 16:47:54 taca Exp $
+# $NetBSD: Makefile,v 1.40 2015/11/23 15:46:59 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 193 200 21 22
+RUBY_VERSION_SUPPORTED= 18 200 21 22
.include "../../lang/ruby/gem.mk"
.include "../../lang/ruby/modules.mk"