diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2010-04-03 17:29:53 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-08-02 08:52:41 +0200 |
commit | faa787779e2a230d3729d13f18b05c6cc3ced546 (patch) | |
tree | 20f42150b7b18e53d7212dd9a4f318f612e920ae | |
parent | 76d7cf9f17bebb5c9eb8208980db2ef24bc23b04 (diff) |
Disable xmlto
-rw-r--r-- | Makefile.bsd-wrapper | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper index baa89e8..c3c3738 100644 --- a/Makefile.bsd-wrapper +++ b/Makefile.bsd-wrapper @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2009/06/04 00:40:05 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2010/01/17 20:48:49 matthieu Exp $ .include <bsd.xconf.mk> SHARED_LIBS= Xfont 9.0 +CONFIGURE_ARGS+= --with-xmlto=no + .if ${XENOCARA_HAVE_SHARED_LIBS:L} == "no" CONFIGURE_ARGS+= --disable-loadable-font-modules .endif |