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.
23 lines
681 B
Makefile
23 lines
681 B
Makefile
# $NetBSD: buildlink3.mk,v 1.5 2004/10/03 00:17:48 tv Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
ORBIT_BUILDLINK3_MK:= ${ORBIT_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= ORBit
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NORBit}
|
|
BUILDLINK_PACKAGES+= ORBit
|
|
|
|
.if !empty(ORBIT_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.ORBit+= ORBit>=0.5.15nb5
|
|
BUILDLINK_RECOMMENDED.ORBit+= ORBit>=0.5.15nb7
|
|
BUILDLINK_PKGSRCDIR.ORBit?= ../../net/ORBit
|
|
.endif # ORBIT_BUILDLINK3_MK
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib/buildlink3.mk"
|
|
.include "../../security/tcp_wrappers/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|