diff options
Diffstat (limited to 'Makefile.bsd-wrapper')
-rw-r--r-- | Makefile.bsd-wrapper | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper index c3c3738..1627208 100644 --- a/Makefile.bsd-wrapper +++ b/Makefile.bsd-wrapper @@ -1,12 +1,8 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2010/01/17 20:48:49 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.15 2016/05/29 11:59:59 dcoppa Exp $ .include <bsd.xconf.mk> -SHARED_LIBS= Xfont 9.0 +SHARED_LIBS= Xfont2 0.0 -CONFIGURE_ARGS+= --with-xmlto=no - -.if ${XENOCARA_HAVE_SHARED_LIBS:L} == "no" -CONFIGURE_ARGS+= --disable-loadable-font-modules -.endif +CONFIGURE_ARGS+= --with-xmlto=no --disable-devel-docs .include <bsd.xorg.mk> |