From ced3d2884ca09ca14d34705386b6b920f71aa351 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Thu, 4 Apr 2013 15:42:00 +0000 Subject: [PATCH] Temporarily remove dependency in yelp to prevent a dep look. I'm working on a more permanent solution. gnome-icon-theme-symbolic -> gnome-icon-theme gnome-icon-theme -> librsvg librsvg -> gtk-doc gtk-doc -> yelp yelp -> webkit,gtk3 webkit,gtk+3 -> gtk+3 gtk+3 -> gnome-icon-theme-symbolic Thanks fgsch@ for the notice and espie@ for debugging the loop --- textproc/gtk-doc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile index bfc30c4967e..9009bb00dc7 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.34 2013/03/11 11:42:41 espie Exp $ +# $OpenBSD: Makefile,v 1.35 2013/04/04 15:42:00 ajacoutot Exp $ COMMENT= GTK C code documentation system GNOME_VERSION= 1.18 GNOME_PROJECT= gtk-doc -REVISION= 3 +REVISION= 4 CATEGORIES= textproc devel @@ -17,7 +17,7 @@ MODULES= x11/gnome \ lang/python MODPY_RUNDEP= No -MODGNOME_TOOLS= yelp +#MODGNOME_TOOLS= yelp CONFIGURE_STYLE= gnu