From a924b0b292fb3ff1d10a4d177805190d8fa3d10d Mon Sep 17 00:00:00 2001 From: pav Date: Fri, 25 Aug 2006 18:58:55 +0000 Subject: - Fix build when gtkdoc is present Submitted by: bms --- devel/soup/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/soup/Makefile b/devel/soup/Makefile index 1a04ccd426d4..f74418ddbd4b 100644 --- a/devel/soup/Makefile +++ b/devel/soup/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_GNOME= gnomehack glib12 libxml INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -- cgit