diff --git a/lang/ruby26/Makefile b/lang/ruby26/Makefile index 06393d6096ef..25f90997ef22 100644 --- a/lang/ruby26/Makefile +++ b/lang/ruby26/Makefile @@ -93,7 +93,7 @@ CONFIGURE_ARGS+=--disable-dtrace .endif # keep in sync with all platforms where libunwind is available -.if (${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH:Mpowerpc64*}) +.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le LIB_DEPENDS+= libunwind.so:devel/libunwind .endif