diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-12 14:59:24 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-12 14:59:24 +0000 |
commit | 2070c2046c7ea5b618d4ba1f6eacbe4384924ff1 (patch) | |
tree | c2203bb7c064dab32c669ff115b8accd5fec8178 /devel/libbonobo | |
parent | 95433bdca52da8878b293ff8e6c0c7aa2dfccf81 (diff) | |
download | FreeBSD-ports-2070c2046c7ea5b618d4ba1f6eacbe4384924ff1.zip FreeBSD-ports-2070c2046c7ea5b618d4ba1f6eacbe4384924ff1.tar.gz |
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 5c4d14a..b7bcf18 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} |