Regen b3.mk.
This commit is contained in:
parent
a08defdd72
commit
8095654a00
1 changed files with 10 additions and 13 deletions
|
@ -1,22 +1,19 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 17:27:30 joerg Exp $
|
||||
#
|
||||
# This Makefile fragment is included by packages that use libICE.
|
||||
#
|
||||
# This file was created automatically using createbuildlink-3.0.
|
||||
#
|
||||
# $NetBSD: buildlink3.mk,v 1.2 2006/11/03 17:31:12 joerg Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
LIBICE_BUILDLINK3_MK:= ${LIBICE_BUILDLINK3_MK}+
|
||||
|
||||
.if !empty(BUILDLINK_DEPTH:M+)
|
||||
.if ${BUILDLINK_DEPTH} == "+"
|
||||
BUILDLINK_DEPENDS+= libICE
|
||||
.endif
|
||||
|
||||
.if !empty(LIBICE_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_PACKAGES+= libICE
|
||||
BUILDLINK_API_DEPENDS.libICE+= libICE>=0.99.1
|
||||
BUILDLINK_PKGSRCDIR.libICE?= ../../x11/libICE
|
||||
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NlibICE}
|
||||
BUILDLINK_PACKAGES+= libICE
|
||||
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libICE
|
||||
|
||||
.endif # LIBICE_BUILDLINK3_MK
|
||||
.if ${LIBICE_BUILDLINK3_MK} == "+"
|
||||
BUILDLINK_API_DEPENDS.libICE+= libICE>=0.99.1
|
||||
BUILDLINK_PKGSRCDIR.libICE?= ../../x11/libICE
|
||||
.endif # LIBICE_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
||||
|
|
Loading…
Reference in a new issue