pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/xfce4-dev-tools



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jan  2 12:25:36 UTC 2025

Modified Files:
        pkgsrc/devel/xfce4-dev-tools: Makefile

Log Message:
xfce4-dev-tools: Depends on xsltproc, add libxslt to TOOL_DEPENDS.

XXX should support xsltproc in USE_TOOLS


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/xfce4-dev-tools/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/xfce4-dev-tools/Makefile
diff -u pkgsrc/devel/xfce4-dev-tools/Makefile:1.61 pkgsrc/devel/xfce4-dev-tools/Makefile:1.62
--- pkgsrc/devel/xfce4-dev-tools/Makefile:1.61  Fri Dec 27 08:19:37 2024
+++ pkgsrc/devel/xfce4-dev-tools/Makefile       Thu Jan  2 12:25:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2024/12/27 08:19:37 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2025/01/02 12:25:36 nia Exp $
 
 PKGREVISION= 1
 .include "../../meta-pkgs/xfce4/Makefile.common"
@@ -18,6 +18,8 @@ REPLACE_BASH+=                helpers/xfce-get-transla
 REPLACE_BASH+=         scripts/xdt-check-abi
 REPLACE_PYTHON+=       scripts/xdt-gen-visibility
 
+TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
+
 GNU_CONFIGURE= yes
 
 MAKE_DIRS+=    ${PREFIX}/share/xfce4



Home | Main Index | Thread Index | Old Index