pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xfce4-power-manager Don't depend on consoleki...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/779589be9ef0
branches:  trunk
changeset: 309114:779589be9ef0
user:      youri <youri%pkgsrc.org@localhost>
date:      Sat Jun 09 03:39:05 2018 +0000

description:
Don't depend on consolekit on Darwin.

diffstat:

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

diffs (18 lines):

diff -r d0675a697de8 -r 779589be9ef0 sysutils/xfce4-power-manager/Makefile
--- a/sysutils/xfce4-power-manager/Makefile     Sat Jun 09 03:36:07 2018 +0000
+++ b/sysutils/xfce4-power-manager/Makefile     Sat Jun 09 03:39:05 2018 +0000
@@ -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 @@
 .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