From e436c48f4ec93a13bfad052594b156b79dddfd69 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Thu, 19 May 2011 10:06:37 +0000 Subject: [PATCH] Metacity defaults to the "Clearlooks" theme, so it needs to RUN_DEPENDS on gnome-icon-themes. --- x11/gnome/metacity/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/x11/gnome/metacity/Makefile b/x11/gnome/metacity/Makefile index 332d7c164a1..6d0b7c14994 100644 --- a/x11/gnome/metacity/Makefile +++ b/x11/gnome/metacity/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.56 2011/04/13 06:47:42 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.57 2011/05/19 10:06:37 ajacoutot Exp $ SHARED_ONLY= Yes @@ -7,7 +7,7 @@ COMMENT= lightweight window manager GNOME_PROJECT= metacity GNOME_VERSION= 2.34.0 -REVISION= 1 +REVISION= 2 SHARED_LIBS += metacity-private 1.0 # .0.0 @@ -40,6 +40,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} \ x11/gnome/doc-utils RUN_DEPENDS= x11/gnome/zenity +# defaults to the "Clearlooks" theme +RUN_DEPENDS += x11/gnome/themes + SEPARATE_BUILD= concurrent DESKTOP_FILES= Yes MODGCONF2_SCHEMAS_DIR= metacity