From ea622a08e6c6265688663533ca85882bc9044102 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Wed, 7 Jul 2010 16:40:53 +0000 Subject: [PATCH] Mention gconf-polkit, but do not depend on it. --- devel/gconf-editor/Makefile | 3 ++- devel/gconf-editor/pkg/MESSAGE | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 devel/gconf-editor/pkg/MESSAGE diff --git a/devel/gconf-editor/Makefile b/devel/gconf-editor/Makefile index d62c58e9912..3c65ab3f81a 100644 --- a/devel/gconf-editor/Makefile +++ b/devel/gconf-editor/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.43 2010/04/22 20:42:35 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.44 2010/07/07 16:40:53 ajacoutot Exp $ COMMENT= editor for the GConf configuration system GNOME_PROJECT= gconf-editor GNOME_VERSION= 2.30.0 +PKGNAME= ${DISTNAME}p0 CATEGORIES= devel diff --git a/devel/gconf-editor/pkg/MESSAGE b/devel/gconf-editor/pkg/MESSAGE new file mode 100644 index 00000000000..6c5eaa473b6 --- /dev/null +++ b/devel/gconf-editor/pkg/MESSAGE @@ -0,0 +1,3 @@ +If you want to be able to set system-wide defaults and/or mandatory +values, you'll need to run gconf-editor as root or install the +gconf2-polkit package and let PolicyKit handle priviledges granting.