pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-nokogiri ruby-nokogiri: Fix build since ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d460307294a
branches:  trunk
changeset: 382341:5d460307294a
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Jun 28 15:16:51 2018 +0000

description:
ruby-nokogiri: Fix build since last update.

diffstat:

 textproc/ruby-nokogiri/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 99fca0ccc967 -r 5d460307294a textproc/ruby-nokogiri/Makefile
--- a/textproc/ruby-nokogiri/Makefile   Thu Jun 28 14:07:55 2018 +0000
+++ b/textproc/ruby-nokogiri/Makefile   Thu Jun 28 15:16:51 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2018/06/22 14:20:27 tsutsui Exp $
+# $NetBSD: Makefile,v 1.41 2018/06/28 15:16:51 jperkin Exp $
 
 DISTNAME=      nokogiri-1.8.3
 CATEGORIES=    textproc
@@ -14,9 +14,10 @@
 USE_TOOLS+=            pkg-config
 MAKE_ENV+=             NOKOGIRI_USE_SYSTEM_LIBRARIES=yes
 RUBYGEM_OPTIONS+=      --format-executable
-OVERRIDE_GEMSPEC+=     :files ports/archives/libxml2-2.9.2.tar.gz= \
-                               ports/archives/libxslt-1.1.28.tar.gz=
+OVERRIDE_GEMSPEC+=     :files ports/archives/libxml2-2.9.8.tar.gz= \
+                               ports/archives/libxslt-1.1.32.tar.gz=
 
+.include "../../devel/ruby-pkg-config/tool.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../textproc/libxslt/buildlink3.mk"
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index