diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-02-16 11:55:42 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-02-16 11:55:42 +0000 |
commit | 159be95476688f0a9af35413c098600129198410 (patch) | |
tree | b674da52624bf064902dac52ee99b89fe364fae2 /sysutils | |
parent | c5f7da20b0c80dce472bf7e79d618fe06a1e215b (diff) | |
download | pkgsrc-159be95476688f0a9af35413c098600129198410.tar.gz |
Disable gtk-doc detection; not required and causes problems.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-vfs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/gnome-vfs/Makefile b/sysutils/gnome-vfs/Makefile index 38981c86af5..e4c5f431a9d 100644 --- a/sysutils/gnome-vfs/Makefile +++ b/sysutils/gnome-vfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2003/01/09 09:47:30 rh Exp $ +# $NetBSD: Makefile,v 1.26 2003/02/16 11:55:42 jmmv Exp $ DISTNAME= gnome-vfs-1.0.5 CATEGORIES= sysutils gnome @@ -19,6 +19,8 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +CONFIGURE_ARGS+= --enable-gtk-doc=no + .include "../../archivers/bzip2/buildlink2.mk" .include "../../converters/libiconv/buildlink2.mk" .include "../../databases/gnome-mime-data/buildlink2.mk" |