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
567 B
Makefile
19 lines
567 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:17:54 tv Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
LIBLIVE_BUILDLINK3_MK:= ${LIBLIVE_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= liblive
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nliblive}
|
|
BUILDLINK_PACKAGES+= liblive
|
|
|
|
.if !empty(LIBLIVE_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.liblive+= liblive>=2003.04.04
|
|
BUILDLINK_RECOMMENDED.liblive+= liblive>=2003.04.04nb1
|
|
BUILDLINK_PKGSRCDIR.liblive?= ../../net/liblive
|
|
.endif # LIBLIVE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|