summaryrefslogtreecommitdiff
path: root/lang/ruby/Makefile
diff options
context:
space:
mode:
authortaca <taca>2012-09-16 15:23:12 +0000
committertaca <taca>2012-09-16 15:23:12 +0000
commit3c8bb4314210d7a2412dcdaa93c7809a733822bd (patch)
treef82439c1e44f460e288ed0ffd927c6f4924fd6d0 /lang/ruby/Makefile
parent8400f31e33cf8f15706d60fc12f8131d25ce1896 (diff)
downloadpkgsrc-3c8bb4314210d7a2412dcdaa93c7809a733822bd.tar.gz
Remove support of ruby19 (Ruby 1.9.2).
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 aa4dd2fcb46..312a21c06db 100644
--- a/lang/ruby/Makefile
+++ b/lang/ruby/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2011/11/08 15:20:12 taca Exp $
+# $NetBSD: Makefile,v 1.51 2012/09/16 15:24:18 taca Exp $
DISTNAME= # empty
PKGNAME= ruby-${RUBY_VERSION_FULL}
@@ -25,7 +25,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-base>=${RUBY_VERSION}:../../lang/${RUBY_PKGPREFIX}-b
RUBY_COMMANDS= erb irb ruby testrb
.if ${RUBY_VER} == "18"
RUBY_COMMANDS+= h2rb
-.elif ${RUBY_VER} == "19" || ${RUBY_VER} == "193"
+.elif ${RUBY_VER} == "193"
RUBY_COMMANDS+= gem rake
.endif