ruby-nokogumbo: Requires libxml2.

This commit is contained in:
jperkin 2022-12-15 12:15:19 +00:00
parent cb4f6eaaef
commit 85d55f7143

View file

@ -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 @@ LICENSE= apache-2.0
DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.10:../../textproc/ruby-nokogiri
.include "../../lang/ruby/gem.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"