From 405bd864dcf7294482983a70e76a968fc7216e56 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 7 Jun 2005 19:38:52 +0000 Subject: 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. --- fonts/fontconfig/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fonts') 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" -- cgit v1.2.3