pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/darktable



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 31 12:40:04 UTC 2025

Modified Files:
        pkgsrc/graphics/darktable: Makefile

Log Message:
darktable: add libxslt tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 pkgsrc/graphics/darktable/Makefile

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

Modified files:

Index: pkgsrc/graphics/darktable/Makefile
diff -u pkgsrc/graphics/darktable/Makefile:1.178 pkgsrc/graphics/darktable/Makefile:1.179
--- pkgsrc/graphics/darktable/Makefile:1.178    Sat Aug 30 22:45:17 2025
+++ pkgsrc/graphics/darktable/Makefile  Sun Aug 31 12:40:04 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.178 2025/08/30 22:45:17 wiz Exp $
+# $NetBSD: Makefile,v 1.179 2025/08/31 12:40:04 wiz Exp $
 
 DISTNAME=      darktable-5.0.0
 PKGREVISION=   8
@@ -13,6 +13,8 @@ HOMEPAGE=     https://www.darktable.org/
 COMMENT=       Photography workflow application
 LICENSE=       gnu-gpl-v3
 
+TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
+
 USE_LANGUAGES=         c c++
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            intltool msgfmt pkg-config bash:run



Home | Main Index | Thread Index | Old Index