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
525 B
Makefile
19 lines
525 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2004/10/03 00:13:06 tv Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
LAME_BUILDLINK3_MK:= ${LAME_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= lame
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlame}
|
|
BUILDLINK_PACKAGES+= lame
|
|
|
|
.if !empty(LAME_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.lame+= lame>=3.93.1nb2
|
|
BUILDLINK_RECOMMENDED.lame+= lame>=3.96.1nb1
|
|
BUILDLINK_PKGSRCDIR.lame?= ../../audio/lame
|
|
.endif # LAME_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|