lang/ghc*: Remove BUILD_DEPEND on compat12x

compat12x is only needed for ghc810 and ghc92 so remove the build depend
for lang/ghc and lang/ghc94

Reviewed by:	arrowd
This commit is contained in:
Emmanuel Vadot 2025-03-15 19:03:38 +01:00
parent ded7047347
commit afc5ed77e9
3 changed files with 10 additions and 5 deletions

View file

@ -171,11 +171,6 @@ PLIST= ${.CURDIR}/../ghc92/pkg-plist
. endif
.endif
# This version of ncurses is needed by bootstrap compiler
.if empty(PORT_OPTIONS:MBOOT)
BUILD_DEPENDS+= ${LOCALBASE}/lib/compat/libncursesw.so.8:misc/compat12x
.endif
.if empty(PORT_OPTIONS:MBOOT)
DISTFILES+= ghc-${BOOT_GHC_VERSION}-boot-${ARCH}-freebsd${EXTRACT_SUFX}:boot
.endif # MBOOT

View file

@ -30,3 +30,8 @@ PATCHDIR= ${.CURDIR}/files
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
# This version of ncurses is needed by bootstrap compiler
.if empty(PORT_OPTIONS:MBOOT)
BUILD_DEPENDS+= ${LOCALBASE}/lib/compat/libncursesw.so.8:misc/compat12x
.endif

View file

@ -26,3 +26,8 @@ PATCHDIR= ${.CURDIR}/files
# PLIST for this port is set in the master one
.include "${MASTERDIR}/Makefile"
# This version of ncurses is needed by bootstrap compiler
.if empty(PORT_OPTIONS:MBOOT)
BUILD_DEPENDS+= ${LOCALBASE}/lib/compat/libncursesw.so.8:misc/compat12x
.endif