diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-07 16:41:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-07 16:41:26 +0000 |
commit | 7f2908c8f5261c44b67d901f83883f9d91d596e6 (patch) | |
tree | 1361bcd53d26e4cca3db7b16db91545894ea8c99 /x11/gnomelibs | |
parent | Take advantage of USE_JAVA from bsd.java.mk. (diff) |
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
Diffstat (limited to 'x11/gnomelibs')
-rw-r--r-- | x11/gnomelibs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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" |