mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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:
parent
ded7047347
commit
afc5ed77e9
3 changed files with 10 additions and 5 deletions
|
@ -171,11 +171,6 @@ PLIST= ${.CURDIR}/../ghc92/pkg-plist
|
||||||
. endif
|
. endif
|
||||||
.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)
|
.if empty(PORT_OPTIONS:MBOOT)
|
||||||
DISTFILES+= ghc-${BOOT_GHC_VERSION}-boot-${ARCH}-freebsd${EXTRACT_SUFX}:boot
|
DISTFILES+= ghc-${BOOT_GHC_VERSION}-boot-${ARCH}-freebsd${EXTRACT_SUFX}:boot
|
||||||
.endif # MBOOT
|
.endif # MBOOT
|
||||||
|
|
|
@ -30,3 +30,8 @@ PATCHDIR= ${.CURDIR}/files
|
||||||
PLIST= ${.CURDIR}/pkg-plist
|
PLIST= ${.CURDIR}/pkg-plist
|
||||||
|
|
||||||
.include "${MASTERDIR}/Makefile"
|
.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
|
||||||
|
|
|
@ -26,3 +26,8 @@ PATCHDIR= ${.CURDIR}/files
|
||||||
# PLIST for this port is set in the master one
|
# PLIST for this port is set in the master one
|
||||||
|
|
||||||
.include "${MASTERDIR}/Makefile"
|
.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
|
||||||
|
|
Loading…
Add table
Reference in a new issue