summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-29 06:04:09 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-29 06:04:09 +0000
commit3c1cf4612d7c4b0a87a2ca56f1e36bb8a2e6aeb4 (patch)
tree15e94d8b11b9774bb9a551534883a26c4bf7ddf4 /devel
parentDon't use kldload when installing. It broke bento's package (diff)
Disable gtk-doc to prevent an installation failure.
PR: 38675
Notes
Notes: svn path=/head/; revision=60236
Diffstat (limited to 'devel')
-rw-r--r--devel/bonobo-activation/Makefile3
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}