diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-07 19:38:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-07 19:38:52 +0000 |
commit | 7d6695d6cf7137e9446c2216fd640f001c2a79ea (patch) | |
tree | afa5e71f707e571b2a92f886f63a82ac7ad75969 /fonts/fontconfig | |
parent | c3fd92d522b150d4c55f4f2c839c766f9d7db0c3 (diff) | |
download | pkgsrc-7d6695d6cf7137e9446c2216fd640f001c2a79ea.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/fontconfig')
-rw-r--r-- | fonts/fontconfig/Makefile | 3 |
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" |