diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-12 14:59:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-12 14:59:24 +0000 |
commit | 57aa67a01161712df5a27efe0accd4409891da3b (patch) | |
tree | ecfbe551d1a6d0345538321bd21500b822a888df /devel/libbonobo | |
parent | Unbreak japanese/skkserv because of skk-jisyo port change. (diff) |
Allow libbonobo to build in the presence of gtk-doc.
Diffstat (limited to 'devel/libbonobo')
-rw-r--r-- | devel/libbonobo/Makefile | 3 |
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} |