pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xfce4-session x11/xfce4-session: fix conditional i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1318d8b8e533
branches:  trunk
changeset: 398235:1318d8b8e533
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Jul 13 22:36:05 2019 +0000

description:
x11/xfce4-session: fix conditional inclusion for Darwin, bump revision

diffstat:

 x11/xfce4-session/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 96f5206ef122 -r 1318d8b8e533 x11/xfce4-session/Makefile
--- a/x11/xfce4-session/Makefile        Sat Jul 13 22:00:27 2019 +0000
+++ b/x11/xfce4-session/Makefile        Sat Jul 13 22:36:05 2019 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.73 2019/07/13 00:21:07 gutteridge Exp $
+# $NetBSD: Makefile,v 1.74 2019/07/13 22:36:05 rillig Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
 DISTNAME=              xfce4-session-4.13.3
+PKGREVISION=           1
 CATEGORIES=            x11
 MASTER_SITES+=         http://archive.xfce.org/src/xfce/xfce4-session/4.13/
 
@@ -40,7 +41,7 @@
                ${EGDIR}/xinitrc                                                        \
                ${PKG_SYSCONFDIR}/xfce4/xinitrc
 
-.if !empty(Darwin-*-*)
+.if ${OPSYS} == Darwin
 .include "../../sysutils/consolekit/buildlink3.mk"
 .endif
 



Home | Main Index | Thread Index | Old Index