Fix RUBY_VERSION_SUPPORTED, it's "21" not "210".
This commit is contained in:
parent
35ca19e984
commit
c1276a41a3
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2015/11/23 15:46:58 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2015/11/24 16:49:30 jperkin Exp $
|
||||
|
||||
DISTNAME= debugger-1.6.8
|
||||
PKGREVISION= 1
|
||||
|
@ -15,7 +15,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-debugger-linecache>=1.2.0<1.3:../../devel/ruby-debug
|
|||
|
||||
BUILDLINK_PASSTHRU_DIRS+= ${PREFIX}/${GEM_HOME}/gems
|
||||
|
||||
RUBY_VERSION_SUPPORTED= 200 210
|
||||
RUBY_VERSION_SUPPORTED= 200 21
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue