aboutsummaryrefslogtreecommitdiff
path: root/lang/ghc
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2020-03-11 17:46:13 +0000
committerGleb Popov <arrowd@FreeBSD.org>2020-03-11 17:46:13 +0000
commitf43bdb6115ab83d9021655acbf83e475f8410d33 (patch)
treeaea0c5579c28b7650b288c77fb3f777e5d93477a /lang/ghc
parent5958deb9331a96061fd2f6e2cadf7a217553213b (diff)
downloadports-f43bdb6115ab83d9021655acbf83e475f8410d33.tar.gz
ports-f43bdb6115ab83d9021655acbf83e475f8410d33.zip
Follow-follow-up for r528190.
PR: 244556 Submitted by: Evilham <contact@evilham.com> Differential Revision: https://reviews.freebsd.org/D24023
Notes
Notes: svn path=/head/; revision=528241
Diffstat (limited to 'lang/ghc')
-rw-r--r--lang/ghc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index 5dde01b4c9f6..ad83e8beabdb 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -86,8 +86,8 @@ ONLY_FOR_ARCHS+= aarch64 armv6 armv7 powerpc64
.include <bsd.port.pre.mk>
# This version of ncurses is needed by bootstrap compiler
-.if ${OSVERSION} > 1300078 && (${ARCH} == amd64 || ${ARCH} == i386) && empty(PORT_OPTIONS:MBOOT)
-BUILD_DEPENDS= ${LOCALBASE}/lib/compat/libncursesw.so.8:misc/compat12x
+.if ${OSVERSION} > 1300078 && empty(PORT_OPTIONS:MBOOT)
+BUILD_DEPENDS+= ${LOCALBASE}/lib/compat/libncursesw.so.8:misc/compat12x
.endif
.if ${GHC_VERSION_MAJOR} == 8 && ${GHC_VERSION_MINOR} <= 4