Metacity defaults to the "Clearlooks" theme, so it needs to RUN_DEPENDS on
gnome-icon-themes.
This commit is contained in:
parent
50ec174ebe
commit
e436c48f4e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user