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: triaxx
Date: Sun Feb 11 18:16:51 UTC 2024
Modified Files:
pkgsrc/x11/mate-panel: Makefile
Log Message:
mate-panel: Fix missing runtime dependency
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 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.57 pkgsrc/x11/mate-panel/Makefile:1.58
--- pkgsrc/x11/mate-panel/Makefile:1.57 Mon Dec 4 13:54:04 2023
+++ pkgsrc/x11/mate-panel/Makefile Sun Feb 11 18:16:51 2024
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2023/12/04 13:54:04 gutteridge Exp $
+# $NetBSD: Makefile,v 1.58 2024/02/11 18:16:51 triaxx Exp $
+PKGREVISION= 1
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= mate-panel-${VERSION:R}.4
@@ -7,8 +8,6 @@ CATEGORIES= x11
COMMENT= MATE panel application
-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
@@ -32,4 +31,5 @@ BUILDLINK_API_DEPENDS.libwnck3+= libwnck
.include "../../graphics/librsvg/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index