pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Optionalize mate-polkit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97a400e2004a
branches:  trunk
changeset: 308916:97a400e2004a
user:      youri <youri%pkgsrc.org@localhost>
date:      Mon Jun 04 10:51:56 2018 +0000

description:
Optionalize mate-polkit.

diffstat:

 meta-pkgs/xfce4/Makefile     |  3 +--
 x11/xfce4-session/options.mk |  4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 1c8e943b0649 -r 97a400e2004a meta-pkgs/xfce4/Makefile
--- a/meta-pkgs/xfce4/Makefile  Mon Jun 04 10:20:10 2018 +0000
+++ b/meta-pkgs/xfce4/Makefile  Mon Jun 04 10:51:56 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2018/06/04 01:39:48 youri Exp $
+# $NetBSD: Makefile,v 1.87 2018/06/04 10:51:56 youri Exp $
 
 META_PACKAGE=  yes
 
@@ -25,7 +25,6 @@
 DEPENDS+=      xfce4-xarchiver>=0.5.2:../../sysutils/xfce4-xarchiver
 DEPENDS+=      elementary-xfce-icon-theme>=0.5:../../graphics/elementary-xfce-icon-theme
 DEPENDS+=      xdg-utils-[0-9]*:../../misc/xdg-utils
-DEPENDS+=      mate-polkit-[0-9]*:../../security/mate-polkit
 DEPENDS+=      gnome-themes-standard>=3.20.2:../../graphics/gnome-themes-standard
 
 pre-extract:
diff -r 1c8e943b0649 -r 97a400e2004a x11/xfce4-session/options.mk
--- a/x11/xfce4-session/options.mk      Mon Jun 04 10:20:10 2018 +0000
+++ b/x11/xfce4-session/options.mk      Mon Jun 04 10:51:56 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2018/06/01 14:15:47 youri Exp $
+# $NetBSD: options.mk,v 1.3 2018/06/04 10:51:56 youri Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.xfce4-session
 PKG_SUPPORTED_OPTIONS= polkit
@@ -9,6 +9,6 @@
 PLIST_VARS=    polkit
 
 .if !empty(PKG_OPTIONS:Mpolkit)
-.include "../../security/polkit/buildlink3.mk"
+.include "../../security/mate-polkit/buildlink3.mk"
 PLIST.polkit=  yes
 .endif



Home | Main Index | Thread Index | Old Index