pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/fontconfig Never use docbook2html to regenerate ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3649835d1668
branches:  trunk
changeset: 495375:3649835d1668
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Jun 07 19:38:52 2005 +0000

description:
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:

 fonts/fontconfig/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f575a414a73f -r 3649835d1668 fonts/fontconfig/Makefile
--- a/fonts/fontconfig/Makefile Tue Jun 07 19:18:14 2005 +0000
+++ b/fonts/fontconfig/Makefile Tue Jun 07 19:38:52 2005 +0000
@@ -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-confdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --with-x
 CONFIGURE_ARGS+=       --enable-docs
+CONFIGURE_ENV+=                HASDOCBOOK=no
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index