Add dependency on gconf2,-polkit.

This commit is contained in:
ajacoutot 2011-06-01 11:15:14 +00:00
parent c8e4c421e1
commit 564c2baf5e
3 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/05/30 22:15:11 ajacoutot Exp $ # $OpenBSD: Makefile,v 1.2 2011/06/01 11:15:14 ajacoutot Exp $
COMMENT= editor for the GConf configuration system COMMENT= editor for the GConf configuration system
GNOME_PROJECT= gconf-editor GNOME_PROJECT= gconf-editor
GNOME_VERSION= 3.0.0 GNOME_VERSION= 3.0.0
REVISION= 0
CATEGORIES= devel x11 CATEGORIES= devel x11
HOMEPAGE= http://www.gnome.org/projects/gconf/ HOMEPAGE= http://www.gnome.org/projects/gconf/
@ -32,6 +34,8 @@ MODULES= devel/gettext \
LIB_DEPENDS= x11/gtk+3 LIB_DEPENDS= x11/gtk+3
RUN_DEPENDS= devel/gconf2,-polkit
USE_GROFF= Yes USE_GROFF= Yes
DESKTOP_FILES= Yes DESKTOP_FILES= Yes
MODGNOME_HELP_FILES= Yes MODGNOME_HELP_FILES= Yes

View File

@ -1,8 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/05/30 22:15:11 ajacoutot Exp $ @comment $OpenBSD: PLIST,v 1.2 2011/06/01 11:15:14 ajacoutot Exp $
@bin bin/gconf-editor @bin bin/gconf-editor
@man man/man1/gconf-editor.1 @man man/man1/gconf-editor.1
share/applications/gconf-editor.desktop share/applications/gconf-editor.desktop
share/doc/pkg-readmes/${FULLPKGNAME}
share/gconf-editor/ share/gconf-editor/
share/gconf-editor/icons/ share/gconf-editor/icons/
share/gconf-editor/icons/hicolor/ share/gconf-editor/icons/hicolor/

View File

@ -1,3 +0,0 @@
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 privilege granting.