summaryrefslogtreecommitdiff
path: root/fonts/fontconfig
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-12 20:52:55 +0000
committerjlam <jlam@pkgsrc.org>2004-02-12 20:52:55 +0000
commitc0b4f234f182e19c32e4666b89db106e010202a8 (patch)
tree5e5753df899b5a0ec8c601c921d9df00069502e2 /fonts/fontconfig
parent5bcff36e0276464b59cab04ce1fede7ed44c45a3 (diff)
downloadpkgsrc-c0b4f234f182e19c32e4666b89db106e010202a8.tar.gz
Don't try to build the docbook documentation. Fixes PR 24367.
Diffstat (limited to 'fonts/fontconfig')
-rw-r--r--fonts/fontconfig/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile
index cbe454c0be4..6824995096f 100644
--- a/fonts/fontconfig/Makefile
+++ b/fonts/fontconfig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/01/24 02:00:26 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2004/02/12 20:52:55 jlam Exp $
#
DISTNAME= fontconfig-2.2.1
@@ -34,6 +34,7 @@ CONFIGURE_ARGS+= --with-expat-includes=${BUILDLINK_PREFIX.expat}/include
CONFIGURE_ARGS+= --with-expat-lib=${BUILDLINK_PREFIX.expat}/lib
CONFIGURE_ARGS+= --with-confdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-x
+CONFIGURE_ARGS+= --disable-docs
FONT_PATH= ${X11PREFIX}/lib/X11/fonts/TTF,${X11PREFIX}/lib/X11/fonts/Type1
.if ${X11PREFIX} != ${X11BASE}