pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/appstream-glib appstream-glib: try adding libxsl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d4571230def
branches:  trunk
changeset: 382004:7d4571230def
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 17 21:10:25 2022 +0000

description:
appstream-glib: try adding libxslt dependency to fix packaging

Works for me without, but xsltproc seems to be not found in mef's bulk build

diffstat:

 devel/appstream-glib/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r da1699f25f1a -r 7d4571230def devel/appstream-glib/Makefile
--- a/devel/appstream-glib/Makefile     Sun Jul 17 19:33:11 2022 +0000
+++ b/devel/appstream-glib/Makefile     Sun Jul 17 21:10:25 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2022/04/18 19:10:47 adam Exp $
+# $NetBSD: Makefile,v 1.14 2022/07/17 21:10:25 wiz Exp $
 
 DISTNAME=      appstream-glib-0.7.18
 PKGREVISION=   4
@@ -12,6 +12,7 @@
 LICENSE=       gnu-lgpl-v2.1
 
 TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
 
 USE_TOOLS+=            pkg-config msgfmt xgettext
 USE_PKGLOCALEDIR=      yes



Home | Main Index | Thread Index | Old Index