From b417efd74e7b0e320bb91813887fb75ec394ce5c Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Wed, 24 Apr 2002 15:50:09 +0000 Subject: Add --disable-gtk-doc to prevent build and install problems when gtk-doc 0.9 is also installed. PR: 36401 Reported by: many Approved by: sobomax --- www/gtkhtml3/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/gtkhtml3/Makefile') diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index 6089b285ecfb..eba64859f490 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -26,7 +26,8 @@ USE_GMAKE= yes USE_GNOMECTRL= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gconf=yes +CONFIGURE_ARGS= --with-gconf=yes \ + --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -- cgit v1.2.3