From 9986e5b4c22c4b5031e7d4a2fe204585dfbd8779 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 17 May 2011 11:14:53 +0000 Subject: [PATCH] Satisfy all lib dependencies using LIB_DEPENDS, relying on RUN_DEPENDS just breaks the dep chain. --- x11/gnome/games/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/x11/gnome/games/Makefile b/x11/gnome/games/Makefile index 3f7a7e8e308..89343c9d62a 100755 --- a/x11/gnome/games/Makefile +++ b/x11/gnome/games/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.45 2011/04/21 09:32:21 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.46 2011/05/17 11:14:53 ajacoutot Exp $ COMMENT= collection of games for the GNOME desktop GNOME_PROJECT= gnome-games GNOME_VERSION= 2.32.1 -REVISION= 2 +REVISION= 3 SHARED_LIBS += games-support-gi 0.0 # 0.0 @@ -38,7 +38,8 @@ BUILD_DEPENDS= devel/gobject-introspection \ x11/gnome/py-gnome-desktop LIB_DEPENDS= graphics/clutter/clutter-gtk \ lang/guile \ - x11/gnome/librsvg + x11/gnome/librsvg \ + audio/libcanberra,-gtk RUN_DEPENDS= x11/gnome/py-gnome-desktop \ multimedia/gstreamer-0.10/plugins-good REGRESS_DEPENDS= devel/check