pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-nokogumbo ruby-nokogumbo: Requires libxml2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff1e581e84ea
branches:  trunk
changeset: 390051:ff1e581e84ea
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Dec 15 12:15:19 2022 +0000

description:
ruby-nokogumbo: Requires libxml2.

diffstat:

 textproc/ruby-nokogumbo/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r dc6facec038e -r ff1e581e84ea textproc/ruby-nokogumbo/Makefile
--- a/textproc/ruby-nokogumbo/Makefile  Thu Dec 15 12:15:01 2022 +0000
+++ b/textproc/ruby-nokogumbo/Makefile  Thu Dec 15 12:15:19 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/06/01 15:31:18 taca Exp $
+# $NetBSD: Makefile,v 1.3 2022/12/15 12:15:19 jperkin Exp $
 
 DISTNAME=      nokogumbo-2.0.5
 CATEGORIES=    textproc
@@ -12,4 +12,5 @@
 DEPENDS+=      ${RUBY_PKGPREFIX}-nokogiri>=1.10:../../textproc/ruby-nokogiri
 
 .include "../../lang/ruby/gem.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index