summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2003-02-17 04:46:23 +0000
committeragc <agc@pkgsrc.org>2003-02-17 04:46:23 +0000
commit62c40dfabfcb817f07c90451054a13a300a1c266 (patch)
tree492765afbe875436b078b353602bd67f158c02ff /www
parent230b40eda87364ea82c74327771333089718613e (diff)
downloadpkgsrc-62c40dfabfcb817f07c90451054a13a300a1c266.tar.gz
Pull up version 1.27 to the netbsd-1-6-1 branch.
Requested by Julio Merino. > Date: Sun, 16 Feb 2003 18:35:47 +0200 (EET) > From: Julio Merino <jmmv@netbsd.org> > > Module Name: pkgsrc > Committed By: jmmv > Date: Sun Feb 16 16:35:47 UTC 2003 > > Modified Files: > pkgsrc/www/gtkhtml: Makefile > > Log Message: > Disable gtk-doc detection; not required and causes problems.
Diffstat (limited to 'www')
-rw-r--r--www/gtkhtml/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile
index 9457261d22d..5a1809018a7 100644
--- a/www/gtkhtml/Makefile
+++ b/www/gtkhtml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2003/01/13 23:49:44 rh Exp $
+# $NetBSD: Makefile,v 1.25.2.1 2003/02/17 04:46:23 agc Exp $
DISTNAME= gtkhtml-1.1.7
PKGREVISION= 1
@@ -18,6 +18,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"