Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 2020 17:46:13 +0000 (UTC)
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528241 - head/lang/ghc
Message-ID:  <202003111746.02BHkD3p000182@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arrowd
Date: Wed Mar 11 17:46:13 2020
New Revision: 528241
URL: https://svnweb.freebsd.org/changeset/ports/528241

Log:
  Follow-follow-up for r528190.
  
  PR:		244556
  Submitted by:	Evilham <contact@evilham.com>
  Differential Revision:	https://reviews.freebsd.org/D24023

Modified:
  head/lang/ghc/Makefile

Modified: head/lang/ghc/Makefile
==============================================================================
--- head/lang/ghc/Makefile	Wed Mar 11 17:43:07 2020	(r528240)
+++ head/lang/ghc/Makefile	Wed Mar 11 17:46:13 2020	(r528241)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003111746.02BHkD3p000182>