summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-07 19:38:52 +0000
committerjlam <jlam>2005-06-07 19:38:52 +0000
commit405bd864dcf7294482983a70e76a968fc7216e56 (patch)
treeafa5e71f707e571b2a92f886f63a82ac7ad75969 /fonts
parent59291f035a483f488cef0a01c7d300950dd399ed (diff)
downloadpkgsrc-405bd864dcf7294482983a70e76a968fc7216e56.tar.gz
Never use docbook2html to regenerate documentation files. That's too
heavy of a build dependency to drag in, and the SGML template files are not completely standardized. This should fix PR pkg/29392.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/fontconfig/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile
index 8518b928b56..687b6497723 100644
--- a/fonts/fontconfig/Makefile
+++ b/fonts/fontconfig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2005/05/22 20:07:59 jlam Exp $
+# $NetBSD: Makefile,v 1.43 2005/06/07 19:38:52 jlam Exp $
#
DISTNAME= fontconfig-2.3.1
@@ -32,6 +32,7 @@ CONFIGURE_ARGS+= --with-expat-lib=${BUILDLINK_PREFIX.expat}/lib
CONFIGURE_ARGS+= --with-confdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-x
CONFIGURE_ARGS+= --enable-docs
+CONFIGURE_ENV+= HASDOCBOOK=no
.include "../../mk/bsd.prefs.mk"