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 127a621f1..06e52b510 100644 --- a/app/xenodm/Makefile.bsd-wrapper +++ b/app/xenodm/Makefile.bsd-wrapper @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2020/04/01 19:58:02 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2020/12/06 16:37:53 kettenis Exp $ .include <bsd.own.mk> XENODMCONFIGDIR=/etc/X11/xenodm PIXMAPDIR=$(XENODMCONFIGDIR)/pixmaps -.if ${MACHINE} == amd64 || ${MACHINE} == arm64 || ${MACHINE} == i386 \ - || ${MACHINE} == macppc +.if ${MACHINE} == amd64 || ${MACHINE} == arm64 || ${MACHINE} == armv7 \ + || ${MACHINE} == i386 || ${MACHINE} == macppc || ${MACHINE} == powerpc64 DEFAULT_VT= --with-default-vt=vt05 .endif |