summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-06-05 14:51:22 +0000
committertaca <taca@pkgsrc.org>2013-06-05 14:51:22 +0000
commit0fb4e7356aa7012c11396e19112f0c1aa8facc37 (patch)
treec23542d84d990be06626ffb62a2f1b24ad4f1ceb
parent2a200d81cbd45bde40555db41219f9de8eeb8cbe (diff)
downloadpkgsrc-0fb4e7356aa7012c11396e19112f0c1aa8facc37.tar.gz
Explicitly disable doctool to prevent generating g-ir-doc-tool.
-rw-r--r--devel/gobject-introspection/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile
index 538d75a0cd5..ccec9becd84 100644
--- a/devel/gobject-introspection/Makefile
+++ b/devel/gobject-introspection/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2013/06/04 22:15:52 tron Exp $
+# $NetBSD: Makefile,v 1.33 2013/06/05 14:51:22 taca Exp $
#
DISTNAME= gobject-introspection-1.36.0
@@ -39,7 +39,7 @@ CHECK_INTERPRETER_SKIP+= lib/gobject-introspection/giscanner/*.py
PKGCONFIG_OVERRIDE+= gobject-introspection-1.0.pc.in
-CONFIGURE_ARGS+= --disable-tests
+CONFIGURE_ARGS+= --disable-doctool --disable-tests
# needed for tests only
#.include "../../graphics/cairo/buildlink3.mk"
#.include "../../graphics/cairo-gobject/buildlink3.mk"