1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

BROKEN on 6.x: Coredump during build

This commit is contained in:
Kris Kennaway 2004-11-18 22:29:35 +00:00
parent c1c60fa0cc
commit 9cd034f2a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121930

View File

@ -38,6 +38,10 @@ MAN7= docstrip.7t sl_crypt.7t sl_files.7t sl_fpmath.7t sl_int64.7t \
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 600000
BROKEN= "Coredump during build on FreeBSD >= 6.x"
.endif
.if ${OSVERSION} < 400010
LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
.endif