diff options
-rw-r--r-- | app/xenodm/Makefile.bsd-wrapper | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/xenodm/Makefile.bsd-wrapper b/app/xenodm/Makefile.bsd-wrapper index f32510ee0..127a621f1 100644 --- a/app/xenodm/Makefile.bsd-wrapper +++ b/app/xenodm/Makefile.bsd-wrapper @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2020/04/01 19:46:03 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2020/04/01 19:58:02 matthieu Exp $ .include <bsd.own.mk> XENODMCONFIGDIR=/etc/X11/xenodm PIXMAPDIR=$(XENODMCONFIGDIR)/pixmaps -.if ${MACHINE} == i386 || ${MACHINE} == amd64 || ${MACHINE} == macppc \ - || ${MACHINE} == arm64 +.if ${MACHINE} == amd64 || ${MACHINE} == arm64 || ${MACHINE} == i386 \ + || ${MACHINE} == macppc DEFAULT_VT= --with-default-vt=vt05 .endif |