aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2026-06-02 15:06:22 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2026-06-02 15:08:35 +0000
commit0217ba6932a53d40fc7bfef97315f1bfb04af09e (patch)
tree7bf2f38816ab02db8eeea3260fd9697d81b3bb9b
parentb6357f8351d8ec40f6255d7cc26ef4e220398743 (diff)
devel/stack: fix build on powerpc64le
This architecture was added in 13.0-RELEASE.
-rw-r--r--devel/stack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/stack/Makefile b/devel/stack/Makefile
index 39dc6677a983..cf5e9d1f0faf 100644
--- a/devel/stack/Makefile
+++ b/devel/stack/Makefile
@@ -227,7 +227,7 @@ CABAL_PROJECT= remove
.include <bsd.port.pre.mk>
-.if ${ARCH} != powerpc64
+.if !${ARCH:Mpowerpc64*}
LIB_DEPENDS+= libncursesw.so.8:misc/compat12x
.endif