summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-06-11 16:33:43 +0000
committertaca <taca@pkgsrc.org>2015-06-11 16:33:43 +0000
commitddd62df375d459ced721c97cc06efc7408a3bf3e (patch)
tree1e222a5e30a98f180850a195a028c16c4c6c1d4d /textproc
parent0dbeb8fb9a163a5a69fa0c640674038d856ce151 (diff)
downloadpkgsrc-ddd62df375d459ced721c97cc06efc7408a3bf3e.tar.gz
Allow this package build on Ruby 2.2.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-xpath/Makefile4
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"