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.
19 lines
504 B
Makefile
19 lines
504 B
Makefile
# $NetBSD: buildlink3.mk,v 1.6 2004/10/03 00:13:32 tv Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
PTH_BUILDLINK3_MK:= ${PTH_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= pth
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npth}
|
|
BUILDLINK_PACKAGES+= pth
|
|
|
|
.if !empty(PTH_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.pth+= pth>=2.0.0
|
|
BUILDLINK_RECOMMENDED.pth+= pth>=2.0.0nb2
|
|
BUILDLINK_PKGSRCDIR.pth?= ../../devel/pth
|
|
.endif # PTH_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|