summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-06-03 14:07:28 +0000
committertaca <taca@pkgsrc.org>2015-06-03 14:07:28 +0000
commitbc71d635387e5edf8cc886013d291cba98822f5a (patch)
tree563e09841199d5d5ebce170ec694c099257dd12b /devel
parentabc4fdae2b6512336b2fb2e9feadc6ff3ef9ba9e (diff)
downloadpkgsrc-bc71d635387e5edf8cc886013d291cba98822f5a.tar.gz
Make this package build on Ruby 2.2.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-io-console/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/ruby-io-console/Makefile b/devel/ruby-io-console/Makefile
index f77b6178a4b..9fc30c8f638 100644
--- a/devel/ruby-io-console/Makefile
+++ b/devel/ruby-io-console/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2015/01/16 09:18:47 taca Exp $
+# $NetBSD: Makefile,v 1.8 2015/06/03 14:07:28 taca Exp $
DISTNAME= io-console-0.4.2
PKGREVISION= 2
@@ -14,7 +14,5 @@ GEM_CLEANBUILD= Makefile console.${RUBY_DLEXT} *.o mkmf.log \
GEM_CLEANBUILD_EXTENSIONS= .RUBYARCHDIR.time .RUBYLIBDIR.-.console.time \
io/console/size.rb
-RUBY_VERSION_SUPPORTED= 21 200 193
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"