Don't enforce the use of "ncurses" under Solaris.
This commit is contained in:
parent
cb49807a85
commit
1da28824f8
1 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue