diff options
author | agc <agc@pkgsrc.org> | 2003-02-17 04:44:02 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-02-17 04:44:02 +0000 |
commit | 230b40eda87364ea82c74327771333089718613e (patch) | |
tree | f450aff0e4c440487f89cb78a7b4614a96ce8b62 /devel | |
parent | 0214505d003dd4c3010eed4e4a2109e6fdd644a2 (diff) | |
download | pkgsrc-230b40eda87364ea82c74327771333089718613e.tar.gz |
Pull up version 1.35 to the netbsd-1-6-1 branch.
Requested by Julio Merino.
> Date: Sun, 16 Feb 2003 17:05:28 +0200 (EET)
> From: Julio Merino <jmmv@netbsd.org>
>
> Module Name: pkgsrc
> Committed By: jmmv
> Date: Sun Feb 16 15:05:28 UTC 2003
>
> Modified Files:
> pkgsrc/devel/bonobo: Makefile
>
> Log Message:
> 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..6455b79e10c 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.34.2.1 2003/02/17 04:44:02 agc 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 |