Comment out 22 from RUBY_VERSION_SUPPORTED.

ruby22 is not commited yet, noted by joerg@.
This commit is contained in:
taca 2015-02-02 12:24:23 +00:00
parent 086cc917e5
commit fb4857daa5

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2015/02/01 12:33:04 taca Exp $
# $NetBSD: Makefile,v 1.2 2015/02/02 12:24:23 taca Exp $
DISTNAME= curses-1.0.1
CATEGORIES= devel
@ -8,7 +8,7 @@ HOMEPAGE= https://github.com/ruby/curses
COMMENT= Ruby binding for curses, ncurses, and PDCurses
LICENSE= 2-clause-bsd
RUBY_VERSION_SUPPORTED= 21 22
RUBY_VERSION_SUPPORTED= 21 # 22
.include "../../lang/ruby/gem.mk"
.include "../../mk/curses.buildlink3.mk"