diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-07-05 09:52:45 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-07-05 09:52:45 +0000 |
commit | 9ead0437ed6f36c581edb5948c95f670dd5f02f1 (patch) | |
tree | 91ebbe901b1931c4d01cb0a68bae68288755acf5 | |
parent | 3deda25a0100c10bd4fe8a6572a3955b507afec4 (diff) | |
download | pkgsrc-9ead0437ed6f36c581edb5948c95f670dd5f02f1.tar.gz |
Limit to ruby193 and newer, there is no ruby18-nokogiri dependency.
Fixes bulk builds.
-rw-r--r-- | textproc/ruby-xpath/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ruby-xpath/Makefile b/textproc/ruby-xpath/Makefile index 088ebfae5f9..c76c5105701 100644 --- a/textproc/ruby-xpath/Makefile +++ b/textproc/ruby-xpath/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/07/04 00:23:24 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2014/07/05 09:52:45 jperkin Exp $ DISTNAME= xpath-2.0.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -13,5 +13,7 @@ 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" |