From 92b4be94515501a62d5ffb78393b6f08c8260b70 Mon Sep 17 00:00:00 2001 From: matthieu Date: Fri, 22 Oct 2010 19:58:35 +0000 Subject: [PATCH] Explicitely disable docs build (otherwise done if groff is found) --- lib/libXaw/Makefile.bsd-wrapper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libXaw/Makefile.bsd-wrapper b/lib/libXaw/Makefile.bsd-wrapper index 5a225dbdf..e6c3af6a9 100644 --- a/lib/libXaw/Makefile.bsd-wrapper +++ b/lib/libXaw/Makefile.bsd-wrapper @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2010/04/23 19:37:47 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2010/10/22 19:58:35 matthieu Exp $ SHARED_LIBS= Xaw7 14.0 -CONFIGURE_ARGS= --disable-xaw6 +CONFIGURE_ARGS= --disable-xaw6 --disable-docs afterinstall: -rm -f $(DESTDIR)$(LIBDIR)/libXaw.a