From 23ce87b028201873f58d96037e38e6e81f0653ed Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sun, 31 Mar 2013 15:56:00 +0000 Subject: [PATCH] Also needs to run depends on x11/gnome/controlcenter. --- x11/gnome/shell/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11/gnome/shell/Makefile b/x11/gnome/shell/Makefile index b31bd66beef..7111666d420 100644 --- a/x11/gnome/shell/Makefile +++ b/x11/gnome/shell/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.39 2013/03/31 08:23:24 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.40 2013/03/31 15:56:00 ajacoutot Exp $ COMMENT= next generation GNOME shell GNOME_PROJECT= gnome-shell GNOME_VERSION= 3.8.0.1 -REVISION= 3 +REVISION= 4 HOMEPAGE= http://live.gnome.org/GnomeShell @@ -45,6 +45,7 @@ BUILD_DEPENDS += textproc/docbook-xsl # gnome-keybindings.pc BUILD_DEPENDS += x11/gnome/controlcenter +RUN_DEPENDS += x11/gnome/controlcenter # onscreen keyboard BUILD_DEPENDS += x11/gnome/caribou