diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-22 19:50:33 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-22 19:50:33 +0000 |
commit | b65e2f7842fe6f7eaa9625f94b504b3b282a4a66 (patch) | |
tree | 6613dd0cc3f1dbb6d5edd0d218dfbdd292efe3ed | |
parent | 8951252ad0a9696e52a5b0d9a7fc466d340e79b5 (diff) |
Explicitely disable groff.
-rw-r--r-- | lib/libX11/Makefile.bsd-wrapper | 4 |
1 files 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 <bsd.xconf.mk> 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 |