pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfce4-session



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Jul 13 22:36:05 UTC 2019

Modified Files:
        pkgsrc/x11/xfce4-session: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/x11/xfce4-session/Makefile

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

Modified files:

Index: pkgsrc/x11/xfce4-session/Makefile
diff -u pkgsrc/x11/xfce4-session/Makefile:1.73 pkgsrc/x11/xfce4-session/Makefile:1.74
--- pkgsrc/x11/xfce4-session/Makefile:1.73      Sat Jul 13 00:21:07 2019
+++ pkgsrc/x11/xfce4-session/Makefile   Sat Jul 13 22:36:05 2019
@@ -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 @@ CONF_FILES=   ${EGDIR}/autostart/xscreensa
                ${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