aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby30
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby30')
-rw-r--r--lang/ruby30/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby30/Makefile b/lang/ruby30/Makefile
index 095d458e6f4b..803b5db90831 100644
--- a/lang/ruby30/Makefile
+++ b/lang/ruby30/Makefile
@@ -93,7 +93,7 @@ CONFIGURE_ARGS+=--disable-dtrace
.endif
# keep in sync with all platforms where libunwind is available
-.if (${ARCH} == arch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH:Mpowerpc64*})
+.if (${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH:Mpowerpc64*})
LIB_DEPENDS+= libunwind.so:devel/libunwind
.endif