diff options
author | obache <obache@pkgsrc.org> | 2013-06-19 13:08:57 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-06-19 13:08:57 +0000 |
commit | cd472091920943b3f325ceb06753b01a62734dfb (patch) | |
tree | de758d8efca94f56cc6129f4ff4ce62e3cf06c2b /meta-pkgs/ruby-gnome2/Makefile.common | |
parent | 80ea5ec0a85ae01647a100750a666b7abc39745f (diff) | |
download | pkgsrc-cd472091920943b3f325ceb06753b01a62734dfb.tar.gz |
Good-bye Ruby-1.8, not supported.
Diffstat (limited to 'meta-pkgs/ruby-gnome2/Makefile.common')
-rw-r--r-- | meta-pkgs/ruby-gnome2/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-pkgs/ruby-gnome2/Makefile.common b/meta-pkgs/ruby-gnome2/Makefile.common index 239a9abe259..50577a7b02a 100644 --- a/meta-pkgs/ruby-gnome2/Makefile.common +++ b/meta-pkgs/ruby-gnome2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.33 2013/06/15 09:39:33 obache Exp $ +# $NetBSD: Makefile.common,v 1.34 2013/06/19 13:08:57 obache Exp $ # # used by devel/ruby-gnome2-atk/Makefile # used by devel/ruby-gnome2-gio/Makefile @@ -31,6 +31,8 @@ MAINTAINER= dieter.NetBSD@pandora.be HOMEPAGE= http://ruby-gnome2.sourceforge.jp/ LICENSE= gnu-lgpl-v2.1 +RUBY_VERSION_SUPPORTED= 193 + VERSION= 2.0.2 USE_RUBY_EXTCONF?= yes CONFIGURE_ENV+= RUBYOPT="-Ku" |