diff --git a/lang/ruby30/Makefile b/lang/ruby30/Makefile index 7c2fbf477d34..ced14b11cad7 100644 --- a/lang/ruby30/Makefile +++ b/lang/ruby30/Makefile @@ -92,7 +92,7 @@ _SUF2= ,${PORTEPOCH} #.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