Allow build on Ruby 2.2.
This commit is contained in:
parent
62f9fc5f72
commit
d6ed087968
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.14 2015/03/15 17:25:55 hiramatsu Exp $
|
# $NetBSD: Makefile,v 1.15 2015/06/11 16:28:07 taca Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= sary-ruby-1.2.0
|
DISTNAME= sary-ruby-1.2.0
|
||||||
|
@ -12,7 +12,7 @@ HOMEPAGE= http://sary.sourceforge.net/
|
||||||
COMMENT= Ruby Binding of Sary
|
COMMENT= Ruby Binding of Sary
|
||||||
LICENSE= gnu-lgpl-v2.1
|
LICENSE= gnu-lgpl-v2.1
|
||||||
|
|
||||||
RUBY_VERSION_SUPPORTED= 200 193 18 21
|
RUBY_VERSION_SUPPORTED= 200 193 18 21 22
|
||||||
|
|
||||||
USE_RUBY_EXTCONF= yes
|
USE_RUBY_EXTCONF= yes
|
||||||
USE_TOOLS+= pkg-config
|
USE_TOOLS+= pkg-config
|
||||||
|
|
Loading…
Reference in a new issue