diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-10 18:35:57 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-10 18:35:57 +0000 |
commit | 209f159867205a6256e0949ff7140ff8e4902d69 (patch) | |
tree | 95ff77c987d7e4e76dc1bb96eb4d1d5708e96254 /lib/libXdmcp | |
parent | 64fc9d9bfd3c909c2dd9eab086bb4b2177ac16fb (diff) |
Disable doc formatting tools explicitely
Diffstat (limited to 'lib/libXdmcp')
-rw-r--r-- | lib/libXdmcp/Makefile.bsd-wrapper | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libXdmcp/Makefile.bsd-wrapper b/lib/libXdmcp/Makefile.bsd-wrapper index ad6de7a0c..e01891cdd 100644 --- a/lib/libXdmcp/Makefile.bsd-wrapper +++ b/lib/libXdmcp/Makefile.bsd-wrapper @@ -1,5 +1,7 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2009/10/31 17:53:31 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2012/03/10 18:35:56 matthieu Exp $ SHARED_LIBS= Xdmcp 10.0 +CONFIGURE_ARGS += --without-fop --without-xmlto --without-xsltproc + .include <bsd.xorg.mk> |