pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xfce4-cpugraph-plugin xfce4-cpugraph-plugin: ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90ae81686f9a
branches:  trunk
changeset: 390942:90ae81686f9a
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sun Jan 01 19:34:35 2023 +0000

description:
xfce4-cpugraph-plugin: note specific libxfce4util dependency

(Ride previous update.)

diffstat:

 sysutils/xfce4-cpugraph-plugin/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 052e6392e9cb -r 90ae81686f9a sysutils/xfce4-cpugraph-plugin/Makefile
--- a/sysutils/xfce4-cpugraph-plugin/Makefile   Sun Jan 01 19:28:25 2023 +0000
+++ b/sysutils/xfce4-cpugraph-plugin/Makefile   Sun Jan 01 19:34:35 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2023/01/01 19:12:38 gutteridge Exp $
+# $NetBSD: Makefile,v 1.63 2023/01/01 19:34:35 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
@@ -15,4 +15,6 @@
 
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../x11/xfce4-panel/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libxfce4util+=   libxfce4util>=4.18.0
+.include "../../x11/libxfce4util/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index