summaryrefslogtreecommitdiff
path: root/textproc/ruby-xpath/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-07-05 09:52:45 +0000
committerjperkin <jperkin>2014-07-05 09:52:45 +0000
commitc72f3cfafaed351814a7671bdcdbd533fb6635c1 (patch)
tree91ebbe901b1931c4d01cb0a68bae68288755acf5 /textproc/ruby-xpath/Makefile
parentc647d980992531640c9dd7e9353bbd3255565978 (diff)
downloadpkgsrc-c72f3cfafaed351814a7671bdcdbd533fb6635c1.tar.gz
Limit to ruby193 and newer, there is no ruby18-nokogiri dependency.
Fixes bulk builds.
Diffstat (limited to 'textproc/ruby-xpath/Makefile')
-rw-r--r--textproc/ruby-xpath/Makefile4
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"