From 7f2908c8f5261c44b67d901f83883f9d91d596e6 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 7 Apr 2002 16:41:26 +0000 Subject: Fix installation is gtk-doc is also installed. Note, since it seems like a number of ports are broken when gtk-doc is also installed, I wonder if adding --disable-gtk-doc to all their CONFIGURE_ARGS isn't a bad idea. Reviewed by: sobomax Approved by: sobomax --- x11/gnomelibs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11/gnomelibs') diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index ba625ce3ccda..93a6f876cf0f 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/Makefile @@ -31,7 +31,8 @@ INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ - --disable-test-gnome + --disable-test-gnome \ + --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -- cgit v1.2.3