diff --git a/security/gksu-polkit/Makefile b/security/gksu-polkit/Makefile index 23353480521..cfe87cc930d 100644 --- a/security/gksu-polkit/Makefile +++ b/security/gksu-polkit/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2011/04/28 13:10:57 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.6 2011/05/17 15:05:03 ajacoutot Exp $ COMMENT= command line utility to run programs as root DISTNAME= gksu-polkit-0.0.2 -REVISION= 1 +REVISION= 2 SHARED_LIBS += gksu-polkit 0.0 # 0.1 @@ -37,7 +37,7 @@ LIB_DEPENDS= sysutils/polkit \ x11/dbus-glib BUILD_DEPENDS= lang/vala -RUN_DEPENDS= polkit-gnome-*|polkit-qt4-*:x11/polkit-gnome +RUN_DEPENDS= polkit-gnome-*|polkit-qt4-*:x11/polkit-gnome,gtk2 MODULES= devel/gettext \ textproc/intltool diff --git a/x11/gnome/session/Makefile b/x11/gnome/session/Makefile index 4a63249cae2..dbdf3bb3c11 100644 --- a/x11/gnome/session/Makefile +++ b/x11/gnome/session/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.149 2011/05/14 22:19:13 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.150 2011/05/17 15:05:03 ajacoutot Exp $ COMMENT= GNOME session @@ -46,7 +46,7 @@ RUN_DEPENDS+= x11/gnome/at-spi2-atk # auth. dialog ; same for gconf2-polkit, gconf2 and polkit are already # dependencies and we want to be able to handle system-wide gconf entries. # This should really be a dep. of a "gnome" metapackage. -RUN_DEPENDS+= x11/polkit-gnome +RUN_DEPENDS+= x11/polkit-gnome,gtk2 RUN_DEPENDS+= devel/gconf2,-polkit DESKTOP_FILES= Yes diff --git a/x11/gnome/system-tools/Makefile b/x11/gnome/system-tools/Makefile index 9fbf2714c0b..5f371a360b1 100644 --- a/x11/gnome/system-tools/Makefile +++ b/x11/gnome/system-tools/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2011/04/28 13:10:57 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.16 2011/05/17 15:05:03 ajacoutot Exp $ SHARED_ONLY= Yes @@ -7,7 +7,7 @@ COMMENT= sytem configuration GUI for desktops GNOME_PROJECT= gnome-system-tools GNOME_VERSION= 2.32.0 -REVISION= 8 +REVISION= 9 CATEGORIES= sysutils @@ -33,7 +33,7 @@ MODULES= devel/gettext \ devel/dconf LIB_DEPENDS= devel/liboobs \ - x11/polkit-gnome \ + x11/polkit-gnome,gtk2 \ x11/gnome/nautilus DESKTOP_FILES= Yes