summaryrefslogtreecommitdiff
path: root/lang/ruby/Makefile
diff options
context:
space:
mode:
authortaca <taca>2015-11-23 15:46:58 +0000
committertaca <taca>2015-11-23 15:46:58 +0000
commit4e57610abff16d8bacf0c9424042a2fa2ffd70e4 (patch)
tree19f0ab78adb720aad58d2d004f27a837a5dbd911 /lang/ruby/Makefile
parent3b1c362de6ca76a0606d82a4d19cd0a2152b839f (diff)
downloadpkgsrc-4e57610abff16d8bacf0c9424042a2fa2ffd70e4.tar.gz
Remove 193 from RUBY_VERSION_SUPPORTED.
Diffstat (limited to 'lang/ruby/Makefile')
-rw-r--r--lang/ruby/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile
index 724e4b27d43..b2c216a63e4 100644
--- a/lang/ruby/Makefile
+++ b/lang/ruby/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2015/03/08 16:32:32 taca Exp $
+# $NetBSD: Makefile,v 1.57 2015/11/23 15:46:59 taca Exp $
DISTNAME= # empty
PKGNAME= ruby-${RUBY_VERSION_FULL}
@@ -15,7 +15,7 @@ CONFLICTS= pkg_alternatives-[0-9]*
NO_CONFIGURE= yes
NO_BUILD= yes
-RUBY_VERSION_SUPPORTED= 22 21 200 193 18
+RUBY_VERSION_SUPPORTED= 22 21 200 18
.include "../../lang/ruby/rubyversion.mk"