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.
22 lines
613 B
Makefile
22 lines
613 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:17:51 tv Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
GIFT_BUILDLINK3_MK:= ${GIFT_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= gift
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngift}
|
|
BUILDLINK_PACKAGES+= gift
|
|
|
|
.if !empty(GIFT_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.gift+= gift>=0.11.6
|
|
BUILDLINK_RECOMMENDED.gift+= gift>=0.11.6nb2
|
|
BUILDLINK_PKGSRCDIR.gift?= ../../net/gift
|
|
.endif # GIFT_BUILDLINK3_MK
|
|
|
|
.include "../../devel/libtool/buildlink3.mk"
|
|
.include "../../audio/libvorbis/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|