pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xfce4-cpugraph-plugin



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Jan  1 19:34:35 UTC 2023

Modified Files:
        pkgsrc/sysutils/xfce4-cpugraph-plugin: Makefile

Log Message:
xfce4-cpugraph-plugin: note specific libxfce4util dependency

(Ride previous update.)


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile

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

Modified files:

Index: pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile
diff -u pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile:1.62 pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile:1.63
--- pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile:1.62 Sun Jan  1 19:12:38 2023
+++ pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile      Sun Jan  1 19:34:35 2023
@@ -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 @@ CXXFLAGS.SunOS+=      -fpermissive
 
 .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