summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2013-06-05 14:51:22 +0000
committertaca <taca>2013-06-05 14:51:22 +0000
commit7fa283079cdf491f929002c9e30ec433f9bb2452 (patch)
treec23542d84d990be06626ffb62a2f1b24ad4f1ceb
parent11ae72ce48508ea1186fede5f184f356157451eb (diff)
downloadpkgsrc-7fa283079cdf491f929002c9e30ec433f9bb2452.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"