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 /graphics | |
parent | 37e36ea5ed21eaba516fbc9f9b643b83d59f6793 (diff) | |
download | pkgsrc-cdf7701af64047bd91a9bdb3ead603bfd875e7cf.tar.gz |
Allow build with ruby21.
Diffstat (limited to 'graphics')
-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 80819788477..38ae6618c4a 100644 --- a/graphics/rabbit/Makefile +++ b/graphics/rabbit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2014/03/11 10:03:46 obache Exp $ +# $NetBSD: Makefile,v 1.47 2014/03/26 14:27:22 taca Exp $ # DISTNAME= rabbit-2.1.2 @@ -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 200 +RUBY_VERSION_SUPPORTED= 193 200 21 DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=0.90.3:../../x11/ruby-gnome2-gtk DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-rsvg-[0-9]*:../../graphics/ruby-gnome2-rsvg |