pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/mate-panel



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Feb 11 19:20:28 UTC 2024

Modified Files:
        pkgsrc/x11/mate-panel: Makefile

Log Message:
mate-panel: fix tool dependencies

Revert part of r. 1.58 that was incorrect. The libxml2 tool dependency
is kept distinct to support cross-compilation. Perl was also missing.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/x11/mate-panel/Makefile

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

Modified files:

Index: pkgsrc/x11/mate-panel/Makefile
diff -u pkgsrc/x11/mate-panel/Makefile:1.58 pkgsrc/x11/mate-panel/Makefile:1.59
--- pkgsrc/x11/mate-panel/Makefile:1.58 Sun Feb 11 18:16:51 2024
+++ pkgsrc/x11/mate-panel/Makefile      Sun Feb 11 19:20:28 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2024/02/11 18:16:51 triaxx Exp $
+# $NetBSD: Makefile,v 1.59 2024/02/11 19:20:28 gutteridge Exp $
 
 PKGREVISION=   1
 .include "../../meta-pkgs/mate/Makefile.common"
@@ -8,6 +8,9 @@ CATEGORIES=     x11
 
 COMMENT=       MATE panel application
 
+USE_TOOLS+=    perl
+TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
+
 PKGCONFIG_OVERRIDE+=   libmate-panel-applet/libmatepanelapplet-4.0.pc.in
 
 CONFIGURE_ARGS+=       --with-in-process-applets=all



Home | Main Index | Thread Index | Old Index