Don't enforce the use of "ncurses" under Solaris.

This commit is contained in:
tron 2001-07-10 15:27:25 +00:00
parent cb49807a85
commit 1da28824f8

View file

@ -1,4 +1,4 @@
# $NetBSD: buildlink.mk,v 1.5 2001/07/01 23:04:11 jlam Exp $
# $NetBSD: buildlink.mk,v 1.6 2001/07/10 15:27:25 tron Exp $
#
# This Makefile fragment is included by packages that use ncurses.
#
@ -32,9 +32,11 @@ _NEED_NCURSES= YES
.endif
.endfor
.else
.if ${OPSYS} != "SunOS"
_NEED_NCURSES= YES
.endif
.endif
.endif
.if ${_NEED_NCURSES} == "YES"
BUILDLINK_PREFIX.ncurses= ${LOCALBASE}