summaryrefslogtreecommitdiff
path: root/lang/ruby/Makefile
diff options
context:
space:
mode:
authortaca <taca>2013-05-14 15:08:58 +0000
committertaca <taca>2013-05-14 15:08:58 +0000
commit9ec887c4e03329c9decf4d6ff8062195ce3d64b5 (patch)
tree8946db839d0099b544db86a6f2251a0b84d1da98 /lang/ruby/Makefile
parentb13cc352d04fac9965af73990d81f4f171677838 (diff)
downloadpkgsrc-9ec887c4e03329c9decf4d6ff8062195ce3d64b5.tar.gz
RUBY_COMMANDS aren't specific to ruby193 but they will be also needed
by ruby200.
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 a5d922ef491..be67d741e1a 100644
--- a/lang/ruby/Makefile
+++ b/lang/ruby/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2012/10/02 20:11:52 asau Exp $
+# $NetBSD: Makefile,v 1.53 2013/05/14 15:08:58 taca Exp $
DISTNAME= # empty
PKGNAME= ruby-${RUBY_VERSION_FULL}
@@ -23,7 +23,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} == "193"
+.else
RUBY_COMMANDS+= gem rake
.endif