diff options
author | taca <taca@pkgsrc.org> | 2015-06-11 16:33:43 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-06-11 16:33:43 +0000 |
commit | ddd62df375d459ced721c97cc06efc7408a3bf3e (patch) | |
tree | 1e222a5e30a98f180850a195a028c16c4c6c1d4d /textproc/ruby-xpath | |
parent | 0dbeb8fb9a163a5a69fa0c640674038d856ce151 (diff) | |
download | pkgsrc-ddd62df375d459ced721c97cc06efc7408a3bf3e.tar.gz |
Allow this package build on Ruby 2.2.
Diffstat (limited to 'textproc/ruby-xpath')
-rw-r--r-- | textproc/ruby-xpath/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/ruby-xpath/Makefile b/textproc/ruby-xpath/Makefile index 732a9ebdf93..620e1d03edd 100644 --- a/textproc/ruby-xpath/Makefile +++ b/textproc/ruby-xpath/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/07/16 08:37:21 rodent Exp $ +# $NetBSD: Makefile,v 1.5 2015/06/11 16:33:43 taca Exp $ DISTNAME= xpath-2.0.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -13,7 +13,5 @@ DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.3:../../textproc/ruby-nokogiri USE_LANGUAGES= # none -RUBY_VERSION_SUPPORTED= 21 200 193 - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |