summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-06-12 14:59:24 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-06-12 14:59:24 +0000
commit57aa67a01161712df5a27efe0accd4409891da3b (patch)
treeecfbe551d1a6d0345538321bd21500b822a888df /devel
parentUnbreak japanese/skkserv because of skk-jisyo port change. (diff)
Allow libbonobo to build in the presence of gtk-doc.
Notes
Notes: svn path=/head/; revision=61157
Diffstat (limited to 'devel')
-rw-r--r--devel/libbonobo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile
index 5c4d14a1f0bb..b7bcf18e6f2b 100644
--- a/devel/libbonobo/Makefile
+++ b/devel/libbonobo/Makefile
@@ -21,7 +21,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}