aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-04-03 15:53:29 +0000
committerRene Ladan <rene@FreeBSD.org>2024-04-03 15:53:29 +0000
commit4d70a0039c662520d201587b7bfc5505b3283912 (patch)
tree2f1f1e2aa4d83754f177d7b3928ccee6ebc9ed7e
parent02d8907f0b34c0415d1e0bfbb492aad2a76f70a4 (diff)
downloadports-4d70a0039c662520d201587b7bfc5505b3283912.tar.gz
ports-4d70a0039c662520d201587b7bfc5505b3283912.zip
devel/stack: drop useless .if block for aarch64
LLVM_VERSION is determined by ghc, and this port is BROKEN on aarch64 anyway.
-rw-r--r--devel/stack/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/devel/stack/Makefile b/devel/stack/Makefile
index 6e401229dc1e..0ff70a0b4d0b 100644
--- a/devel/stack/Makefile
+++ b/devel/stack/Makefile
@@ -200,12 +200,6 @@ USE_CABAL= Glob-0.10.2_3 \
.include <bsd.port.pre.mk>
-.if ${ARCH} == aarch64
-# Keep it in sync with LLVM_VERSION in lang/ghc* port, which is used to build this one
-LLVM_VERSION= 10
-RUN_DEPENDS+= llc${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
-.endif
-
.if ${ARCH} != powerpc64
LIB_DEPENDS+= libncursesw.so.8:misc/compat12x
.endif