c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
21 lines
644 B
Makefile
21 lines
644 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2004/10/03 00:15:03 tv Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
TCL_EXPECT_BUILDLINK3_MK:= ${TCL_EXPECT_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= tcl-expect
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ntcl-expect}
|
|
BUILDLINK_PACKAGES+= tcl-expect
|
|
|
|
.if !empty(TCL_EXPECT_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.tcl-expect+= tcl-expect>=5.38.0nb1
|
|
BUILDLINK_RECOMMENDED.tcl-expect+= tcl-expect>=5.38.0nb2
|
|
BUILDLINK_PKGSRCDIR.tcl-expect?= ../../lang/tcl-expect
|
|
.endif # TCL_EXPECT_BUILDLINK3_MK
|
|
|
|
.include "../../lang/tcl/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|