diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-29 06:04:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-29 06:04:09 +0000 |
commit | 3c1cf4612d7c4b0a87a2ca56f1e36bb8a2e6aeb4 (patch) | |
tree | 15e94d8b11b9774bb9a551534883a26c4bf7ddf4 /devel/bonobo-activation | |
parent | Don't use kldload when installing. It broke bento's package (diff) |
Disable gtk-doc to prevent an installation failure.
PR: 38675
Diffstat (limited to 'devel/bonobo-activation')
-rw-r--r-- | devel/bonobo-activation/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bonobo-activation/Makefile b/devel/bonobo-activation/Makefile index c396657057c3..866910f15e84 100644 --- a/devel/bonobo-activation/Makefile +++ b/devel/bonobo-activation/Makefile @@ -22,7 +22,8 @@ USE_GMAKE= yes USE_BISON= yes INSTALLS_SHLIB= yes USE_LIBTOOL= 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" \ LDFLAGS="-L${LOCALBASE}/lib -pthread" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} |