diff options
author | taca <taca> | 2015-06-11 16:33:43 +0000 |
---|---|---|
committer | taca <taca> | 2015-06-11 16:33:43 +0000 |
commit | 5d38cff6cbc20c03ef00ce3f4ef53fbc289381ea (patch) | |
tree | 1e222a5e30a98f180850a195a028c16c4c6c1d4d /textproc | |
parent | ea68111a7bd1766666ecb78178143b0be84c6beb (diff) | |
download | pkgsrc-5d38cff6cbc20c03ef00ce3f4ef53fbc289381ea.tar.gz |
Allow this package build on Ruby 2.2.
Diffstat (limited to 'textproc')
-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" |