summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-12 20:52:55 +0000
committerjlam <jlam>2004-02-12 20:52:55 +0000
commit18f40a15287678b2afe8af80f4de129221aba903 (patch)
tree5e5753df899b5a0ec8c601c921d9df00069502e2
parent8aef914d15e306675b4f2b147c7a0b8df7f288df (diff)
downloadpkgsrc-18f40a15287678b2afe8af80f4de129221aba903.tar.gz
Don't try to build the docbook documentation. Fixes PR 24367.
-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}