diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-03-01 19:47:22 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-03-01 19:47:22 +0000 |
commit | 32d0a76c24f736c11f5d5cef448ba46340cca988 (patch) | |
tree | 9f9ec738d0a2598d26c36860323337ea71d0834b /x11/xfce4-session/Makefile | |
parent | 15c0b10e4f137414ebb5f40ebd0bc0948eb23af7 (diff) | |
download | pkgsrc-32d0a76c24f736c11f5d5cef448ba46340cca988.tar.gz |
xfce4-session: fix compilation on !Linux !*BSD
More work would be required should someone want suspension or
hibernation to function in this case, this is simply a build fix.
Diffstat (limited to 'x11/xfce4-session/Makefile')
-rw-r--r-- | x11/xfce4-session/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xfce4-session/Makefile b/x11/xfce4-session/Makefile index 8558da53077..e30d61b6c1d 100644 --- a/x11/xfce4-session/Makefile +++ b/x11/xfce4-session/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.80 2020/01/29 04:56:19 gutteridge Exp $ +# $NetBSD: Makefile,v 1.81 2020/03/01 19:47:22 gutteridge Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfce4-session-4.14.1 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES+= https://archive.xfce.org/src/xfce/xfce4-session/4.14/ |