diff options
author | taca <taca@pkgsrc.org> | 2014-04-28 01:23:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-04-28 01:23:40 +0000 |
commit | 1efe49e3b1c4aeec25984e645b4bd8bf96257525 (patch) | |
tree | c15c26de429b2599041249798b820b4f2465a762 /textproc | |
parent | e6380e2ce9e175cc3c359f1e651917d75b705ac9 (diff) | |
download | pkgsrc-1efe49e3b1c4aeec25984e645b4bd8bf96257525.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/Makefile | 3 |
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" |