diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-02-16 15:05:27 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-02-16 15:05:27 +0000 |
commit | 8808af4c5f5b83e534a687869668a89ef487b87c (patch) | |
tree | 8479f92b8b51563d3df2fb22ba0268c448c1da6c /devel | |
parent | d573fa184a59c94d1793fd1730a94267067d8130 (diff) | |
download | pkgsrc-8808af4c5f5b83e534a687869668a89ef487b87c.tar.gz |
Disable gtk-doc detection; not required and causes problems.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bonobo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index 2ef5e6c5990..ff70227730d 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2002/12/24 06:09:51 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2003/02/16 15:05:27 jmmv Exp $ # DISTNAME= bonobo-1.0.18 @@ -22,6 +22,7 @@ USE_GMAKE= YES GNU_CONFIGURE= YES CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}" CONFIGURE_ENV+= X11BASE="${X11BASE}" +CONFIGURE_ARGS+= --enable-gtk-doc=no USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/libefs/libtool |