summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authoryouri <youri@pkgsrc.org>2018-06-04 10:51:56 +0000
committeryouri <youri@pkgsrc.org>2018-06-04 10:51:56 +0000
commita4a5817f4b3f3be6a3532b9e366809a27ac929e3 (patch)
tree11920bb22edcf7e88b2fb9d48d2a7d998fd4cae3 /x11
parent0b0b38aeb636e7ea480b7dbe8a5354154a10d949 (diff)
downloadpkgsrc-a4a5817f4b3f3be6a3532b9e366809a27ac929e3.tar.gz
Optionalize mate-polkit.
Diffstat (limited to 'x11')
-rw-r--r--x11/xfce4-session/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xfce4-session/options.mk b/x11/xfce4-session/options.mk
index 1bcdb87d9cb..21339ce6307 100644
--- a/x11/xfce4-session/options.mk
+++ b/x11/xfce4-session/options.mk
@@ -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 @@ PKG_SUGGESTED_OPTIONS= polkit
PLIST_VARS= polkit
.if !empty(PKG_OPTIONS:Mpolkit)
-.include "../../security/polkit/buildlink3.mk"
+.include "../../security/mate-polkit/buildlink3.mk"
PLIST.polkit= yes
.endif