pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfce4-panel



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 18 08:34:46 UTC 2025

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

Log Message:
xfce4-panel: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/x11/xfce4-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/xfce4-panel/Makefile
diff -u pkgsrc/x11/xfce4-panel/Makefile:1.113 pkgsrc/x11/xfce4-panel/Makefile:1.114
--- pkgsrc/x11/xfce4-panel/Makefile:1.113       Fri Feb 14 01:55:15 2025
+++ pkgsrc/x11/xfce4-panel/Makefile     Tue Feb 18 08:34:46 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2025/02/14 01:55:15 gutteridge Exp $
+# $NetBSD: Makefile,v 1.114 2025/02/18 08:34:46 wiz Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
@@ -9,6 +9,8 @@ MASTER_SITES+=          https://archive.xfce.org
 HOMEPAGE=              https://docs.xfce.org/xfce/xfce4-panel/start
 COMMENT=               Xfce panel
 
+TOOL_DEPENDS+=         xfce4-dev-tools-[0-9]*:../../devel/xfce4-dev-tools
+
 USE_TOOLS+=            gdbus-codegen
 
 PKGCONFIG_OVERRIDE=    libxfce4panel/libxfce4panel-2.0.pc.in



Home | Main Index | Thread Index | Old Index