pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/appstream



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 21 13:37:31 UTC 2024

Modified Files:
        pkgsrc/devel/appstream: Makefile

Log Message:
appstream: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/appstream/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/Makefile
diff -u pkgsrc/devel/appstream/Makefile:1.5 pkgsrc/devel/appstream/Makefile:1.6
--- pkgsrc/devel/appstream/Makefile:1.5 Sun Apr 14 17:22:19 2024
+++ pkgsrc/devel/appstream/Makefile     Sun Apr 21 13:37:31 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2024/04/14 17:22:19 adam Exp $
+# $NetBSD: Makefile,v 1.6 2024/04/21 13:37:31 wiz Exp $
 
 DISTNAME=      appstream-1.0.2
 CATEGORIES=    devel
@@ -12,6 +12,7 @@ LICENSE=      gnu-lgpl-v2.1
 
 TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf
 TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
+TOOL_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
 
 USE_LANGUAGES=         c c++
 USE_PKGLOCALEDIR=      yes



Home | Main Index | Thread Index | Old Index