diff options
author | taca <taca@pkgsrc.org> | 2015-06-07 16:07:42 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-06-07 16:07:42 +0000 |
commit | 61dc571160fa38e530a63d149c5a94af0bbecef5 (patch) | |
tree | 000582f4de2b7b16308379aa974715fdd84f7b78 /textproc | |
parent | ab559640599f29ff8ab6795df7dce54dbe40033b (diff) | |
download | pkgsrc-61dc571160fa38e530a63d149c5a94af0bbecef5.tar.gz |
Allow this package build on Ruby 2.2.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-nokogiri/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/ruby-nokogiri/Makefile b/textproc/ruby-nokogiri/Makefile index 133d5016477..3420aad7c61 100644 --- a/textproc/ruby-nokogiri/Makefile +++ b/textproc/ruby-nokogiri/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2015/02/10 19:31:03 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2015/06/07 16:07:42 taca Exp $ DISTNAME= nokogiri-1.6.6.2 CATEGORIES= textproc @@ -17,7 +17,6 @@ USE_TOOLS+= pkg-config 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" |