From 7c989dd71d23eb136de19e208c6016627eae7790 Mon Sep 17 00:00:00 2001 From: matthieu Date: Sat, 10 Mar 2012 18:41:37 +0000 Subject: [PATCH] Disable doc formatting tools explicitely --- doc/xorg-docs/Makefile.bsd-wrapper | 4 +++- lib/libxtrans/Makefile.bsd-wrapper | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/xorg-docs/Makefile.bsd-wrapper b/doc/xorg-docs/Makefile.bsd-wrapper index ffb336c50..c31becb15 100644 --- a/doc/xorg-docs/Makefile.bsd-wrapper +++ b/doc/xorg-docs/Makefile.bsd-wrapper @@ -1,3 +1,5 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/29 17:18:39 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2012/03/10 18:41:37 matthieu Exp $ + +CONFIGURE_ARGS += --without-fop --without-xmlto .include diff --git a/lib/libxtrans/Makefile.bsd-wrapper b/lib/libxtrans/Makefile.bsd-wrapper index e8ffe27e1..7a2f49896 100644 --- a/lib/libxtrans/Makefile.bsd-wrapper +++ b/lib/libxtrans/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2010/10/22 20:01:27 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2012/03/10 18:41:37 matthieu Exp $ -CONFIGURE_ARGS += --disable-docs +CONFIGURE_ARGS += --without-fop --without-xmlto .include