diff options
author | obache <obache@pkgsrc.org> | 2013-09-03 10:51:03 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-09-03 10:51:03 +0000 |
commit | 183393b6ea9458178b2a267e6fc32d5330d212ae (patch) | |
tree | 41ce6bd2af0ffab1adcc955ad133cac0993fd829 | |
parent | f06b61818b98a8dea68b09417ce8c39b0c7c6d68 (diff) | |
download | pkgsrc-183393b6ea9458178b2a267e6fc32d5330d212ae.tar.gz |
allow ruby-2.0
-rw-r--r-- | graphics/rabbit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/rabbit/Makefile b/graphics/rabbit/Makefile index dac70d523e6..5693b7bd167 100644 --- a/graphics/rabbit/Makefile +++ b/graphics/rabbit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2013/06/29 11:54:45 obache Exp $ +# $NetBSD: Makefile,v 1.45 2013/09/03 10:51:03 obache Exp $ # DISTNAME= rabbit-2.1.0 @@ -10,7 +10,7 @@ HOMEPAGE= http://rabbit-shocker.org/ COMMENT= RD-document-based presentation application LICENSE= gnu-gpl-v2 # or later -RUBY_VERSION_SUPPORTED= 193 +RUBY_VERSION_SUPPORTED= 193 200 DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=0.90.3:../../x11/ruby-gnome2-gtk DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-rsvg-[0-9]*:../../graphics/ruby-gnome2-rsvg |