Set "USE_NCURSES" here because program using "libcdk" will otherwise
fail to link properly.
This commit is contained in:
parent
d8f2367994
commit
0e42d0963f
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.4 2006/04/12 10:27:07 rillig Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.5 2006/06/02 08:39:00 tron Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
CDK_BUILDLINK3_MK:= ${CDK_BUILDLINK3_MK}+
|
||||
|
@ -16,6 +16,8 @@ BUILDLINK_ABI_DEPENDS.cdk+= cdk>=4.9.9nb2
|
|||
BUILDLINK_PKGSRCDIR.cdk?= ../../devel/cdk
|
||||
.endif # CDK_BUILDLINK3_MK
|
||||
|
||||
USE_NCURSES= yes
|
||||
|
||||
.include "../../devel/ncurses/buildlink3.mk"
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
||||
|
|
Loading…
Reference in a new issue