aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby30
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-19 20:25:45 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-19 20:25:45 +0000
commit8e165dc14fde416a8b8f8ac6c206d1e226c21b5e (patch)
treeab70acb2fdbe38743e05a48473a2f588edf604c4 /lang/ruby30
parent8b2e10a885f69ece3920e8951131620d64b9a768 (diff)
downloadports-8e165dc14fde416a8b8f8ac6c206d1e226c21b5e.tar.gz
ports-8e165dc14fde416a8b8f8ac6c206d1e226c21b5e.zip
Fix typo
Notes
Notes: svn path=/head/; revision=558676
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