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:           Wed Jul 17 01:32:37 UTC 2019

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

Log Message:
xfce4-cpugraph-plugin: note C99 dependency

This package now requires C99. Addresses failures noted in bulk builds.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 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.48 pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile:1.49
--- pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile:1.48 Sat Jul 13 00:40:21 2019
+++ pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile      Wed Jul 17 01:32:37 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2019/07/13 00:40:21 gutteridge Exp $
+# $NetBSD: Makefile,v 1.49 2019/07/17 01:32:37 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
@@ -9,6 +9,8 @@ MASTER_SITES=   http://archive.xfce.org/sr
 HOMEPAGE=      http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin
 COMMENT=       Xfce CPU load plugin
 
+USE_LANGUAGES= c99
+
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../x11/xfce4-panel/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index