pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/xfce4-power-manager
Module Name: pkgsrc
Committed By: youri
Date: Sat Jun 9 03:39:05 UTC 2018
Modified Files:
pkgsrc/sysutils/xfce4-power-manager: Makefile
Log Message:
Don't depend on consolekit on Darwin.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/xfce4-power-manager/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-power-manager/Makefile
diff -u pkgsrc/sysutils/xfce4-power-manager/Makefile:1.1 pkgsrc/sysutils/xfce4-power-manager/Makefile:1.2
--- pkgsrc/sysutils/xfce4-power-manager/Makefile:1.1 Fri May 18 17:07:29 2018
+++ pkgsrc/sysutils/xfce4-power-manager/Makefile Sat Jun 9 03:39:05 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/05/18 17:07:29 youri Exp $
+# $NetBSD: Makefile,v 1.2 2018/06/09 03:39:05 youri Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
@@ -19,6 +19,8 @@ CONF_FILES= share/examples/xfce4/autosta
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../sysutils/upower/buildlink3.mk"
.include "../../sysutils/libnotify/buildlink3.mk"
+.if ${OPSYS} != "Darwin"
.include "../../sysutils/consolekit/buildlink3.mk"
+.endif
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index