diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-02-16 16:35:47 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-02-16 16:35:47 +0000 |
commit | 4bfa147286e5009dfa6ee05195a6073087e4cfe3 (patch) | |
tree | 2f199c2aa809496132a60b9b2c248faeb0f6e0b7 /www/gtkhtml | |
parent | 9e5983033f45d8df6cee37e0b31dfde34e23e4d2 (diff) | |
download | pkgsrc-4bfa147286e5009dfa6ee05195a6073087e4cfe3.tar.gz |
Disable gtk-doc detection; not required and causes problems.
Diffstat (limited to 'www/gtkhtml')
-rw-r--r-- | www/gtkhtml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index b718f3dd9ad..5826f08f7a2 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2003/02/14 17:07:52 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2003/02/16 16:35:47 jmmv Exp $ DISTNAME= gtkhtml-1.1.7 PKGREVISION= 1 @@ -20,6 +20,8 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +CONFIGURE_ARGS+= --enable-gtk-doc=no + .include "../../devel/bonobo/buildlink2.mk" .include "../../devel/gal/buildlink2.mk" .include "../../net/soup/buildlink2.mk" |