From 54c946e7c3b86ad5c92bf1030f2569ecea6066e9 Mon Sep 17 00:00:00 2001 From: matthieu Date: Fri, 22 Oct 2010 19:50:32 +0000 Subject: [PATCH] Explicitely disable groff. --- lib/libX11/Makefile.bsd-wrapper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libX11/Makefile.bsd-wrapper b/lib/libX11/Makefile.bsd-wrapper index 4292de0f6..23e9eb86a 100644 --- a/lib/libX11/Makefile.bsd-wrapper +++ b/lib/libX11/Makefile.bsd-wrapper @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.14 2010/09/04 10:33:11 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.15 2010/10/22 19:50:32 matthieu Exp $ .include SHARED_LIBS= X11 14.0 CONFIGURE_ARGS= --enable-tcp-transport --enable-unix-transport --enable-ipv6 \ - --disable-composecache + --disable-composecache --without-groff .if ${XENOCARA_BUILD_XCB:L} == "no" CONFIGURE_ARGS+= --without-xcb