From a4ef4f91bd21714b268d6e55d7f40b49e11046d5 Mon Sep 17 00:00:00 2001 From: aanriot Date: Mon, 4 Jul 2005 18:02:48 +0000 Subject: [PATCH] - add missing dependencies. - mark gnome flavor as broken, since we haven't solved the problem. inputs and ok fgsch@ --- editors/abiword/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 629a5f6ea29..7053bf25f2e 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.41 2005/07/01 17:46:02 aanriot Exp $ +# $OpenBSD: Makefile,v 1.42 2005/07/04 18:02:48 aanriot Exp $ COMMENT= "open-source, cross-platform WYSIWYG word processor" @@ -16,7 +16,7 @@ LIB_DEPENDS= fribidi::devel/fribidi \ gthread-2.0.0.0::devel/glib2 \ gdk-x11-2.0.0.0,gdk_pixbuf-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2 \ glade-2.0.0.0::devel/libglade2 \ - xml2.6::textproc/libxml \ + xml2.9::textproc/libxml \ popt::devel/popt # GPL @@ -42,11 +42,15 @@ FLAVORS= gnome FLAVOR?= .if ${FLAVOR:L:Mgnome} -LIB_DEPENDS+= gnomeprintui-2-2::x11/gnome/libgnomeprintui +BROKEN= "Crash when exiting (canvas)" + +LIB_DEPENDS+= gnomeprintui-2-2::x11/gnome/libgnomeprintui \ + gnomeui-2::x11/gnome/libgnomeui \ + ORBit-2::devel/ORBit2 WANTLIB+= ORBit-2.0.0 art_lgpl_2.0.0 bonobo-2.0.0 \ bonobo-activation bonoboui-2.0.0 gconf-2.0.0 \ gnome-2.0.0 gnomecanvas-2.0.0 gnomeprint-2-2.0.0 \ - gnomeui-2.0.0 gnomevfs-2.0.0 + gnomeui-2.0.0 gnomevfs-2.0.0 pangoft2-1.0.0.0 CONFIGURE_ARGS+= --enable-gnome .endif