pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/appstream-glib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 17 21:10:25 UTC 2022

Modified Files:
        pkgsrc/devel/appstream-glib: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/appstream-glib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/appstream-glib/Makefile
diff -u pkgsrc/devel/appstream-glib/Makefile:1.13 pkgsrc/devel/appstream-glib/Makefile:1.14
--- pkgsrc/devel/appstream-glib/Makefile:1.13   Mon Apr 18 19:10:47 2022
+++ pkgsrc/devel/appstream-glib/Makefile        Sun Jul 17 21:10:25 2022
@@ -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 @@ COMMENT=      GObjects and helper methods for
 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