diff options
author | taca <taca@pkgsrc.org> | 2014-03-26 14:27:22 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-03-26 14:27:22 +0000 |
commit | cdf7701af64047bd91a9bdb3ead603bfd875e7cf (patch) | |
tree | ed3359ee5d6313c5a41a15f295e4d1b975b10cb0 /meta-pkgs | |
parent | 37e36ea5ed21eaba516fbc9f9b643b83d59f6793 (diff) | |
download | pkgsrc-cdf7701af64047bd91a9bdb3ead603bfd875e7cf.tar.gz |
Allow build with ruby21.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/ruby-gnome2/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/ruby-gnome2/Makefile.common b/meta-pkgs/ruby-gnome2/Makefile.common index c9ec4f973d8..80c8b5f1602 100644 --- a/meta-pkgs/ruby-gnome2/Makefile.common +++ b/meta-pkgs/ruby-gnome2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.40 2014/03/11 12:11:45 obache Exp $ +# $NetBSD: Makefile.common,v 1.41 2014/03/26 14:27:22 taca Exp $ # # used by devel/ruby-gnome2-atk/Makefile # used by devel/ruby-gnome2-gio/Makefile @@ -37,7 +37,7 @@ LICENSE= gnu-lgpl-v2.1 VERSION= 2.2.0 USE_RUBY_EXTCONF?= yes CONFIGURE_ENV+= RUBYOPT="-Ku" -RUBY_VERSION_SUPPORTED= 193 200 +RUBY_VERSION_SUPPORTED= 193 200 21 INSTALL_TARGET= install |