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 | 53aa86aacbcc8e75a1fd56eb92a7b799d5fff9f5 (patch) | |
tree | afa5e71f707e571b2a92f886f63a82ac7ad75969 /fonts/fontconfig | |
parent | 56f8ff6f42d2f4facf23a9e3d102344fd78fdb9e (diff) | |
download | pkgsrc-53aa86aacbcc8e75a1fd56eb92a7b799d5fff9f5.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" |