aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby31/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby31/Makefile')
-rw-r--r--lang/ruby31/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby31/Makefile b/lang/ruby31/Makefile
index bc417479ab8c..c5e25adab9cb 100644
--- a/lang/ruby31/Makefile
+++ b/lang/ruby31/Makefile
@@ -92,7 +92,7 @@ _SUF2= ,${PORTEPOCH}
# keep in sync with all platforms where libunwind is available
.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == \
- i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
+ i386 || ${ARCH} == powerpc || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
LIB_DEPENDS+= libunwind.so:devel/libunwind
.endif