diff options
author | taca <taca@pkgsrc.org> | 2015-06-07 10:29:59 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-06-07 10:29:59 +0000 |
commit | acd78777bff5a825fba1304f454db59156522d18 (patch) | |
tree | a51d81468294700834a13260ce1a83a8cf87b991 /graphics/rabbit | |
parent | facbaabc3d2748d544cb9f2df10710dbe73da96f (diff) | |
download | pkgsrc-acd78777bff5a825fba1304f454db59156522d18.tar.gz |
Allow this package build on Ruby 2.2.
Diffstat (limited to 'graphics/rabbit')
-rw-r--r-- | graphics/rabbit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/rabbit/Makefile b/graphics/rabbit/Makefile index aa15c8b9cb9..6df082ca14d 100644 --- a/graphics/rabbit/Makefile +++ b/graphics/rabbit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2015/03/15 17:04:44 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.51 2015/06/07 10:31:48 taca Exp $ # DISTNAME= rabbit-2.1.6 @@ -10,8 +10,6 @@ HOMEPAGE= http://rabbit-shocker.org/ COMMENT= RD-document-based presentation application LICENSE= gnu-gpl-v2 # or later -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 DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-poppler-[0-9]*:../../print/ruby-gnome2-poppler |