summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortaca <taca>2014-04-28 01:23:40 +0000
committertaca <taca>2014-04-28 01:23:40 +0000
commitaf3e1b19061712e3d3fbb0f178a39d98aa7ff95a (patch)
treec15c26de429b2599041249798b820b4f2465a762 /textproc
parentbbe25898ebe0b5778ae7b6156b81ef38b10a4a5b (diff)
downloadpkgsrc-af3e1b19061712e3d3fbb0f178a39d98aa7ff95a.tar.gz
Ruby 1.8.7 (and prior release) support was dropped since
nokogiri 1.6.0.rc1. No PKGREVISION bump since build already failed with ruby18.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ruby-nokogiri/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ruby-nokogiri/Makefile b/textproc/ruby-nokogiri/Makefile
index cc90548eca5..512f2c7db71 100644
--- a/textproc/ruby-nokogiri/Makefile
+++ b/textproc/ruby-nokogiri/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2014/04/28 01:18:03 taca Exp $
+# $NetBSD: Makefile,v 1.22 2014/04/28 01:23:40 taca Exp $
DISTNAME= nokogiri-1.6.1
CATEGORIES= textproc
@@ -16,6 +16,7 @@ USE_GCC_RUNTIME= yes
MAKE_ENV+= NOKOGIRI_USE_SYSTEM_LIBRARIES=yes
OVERRIDE_GEMSPEC= :files ports/archives/libxml2-2.8.0.tar.gz= \
ports/archives/libxslt-1.1.26.tar.gz=
+RUBY_VERSION_SUPPORTED= 200 193 21
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"