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
551 B
Makefile
19 lines
551 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:13:02 tv Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
FFMPEG_BUILDLINK3_MK:= ${FFMPEG_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= ffmpeg
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nffmpeg}
|
|
BUILDLINK_PACKAGES+= ffmpeg
|
|
|
|
.if !empty(FFMPEG_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.ffmpeg+= ffmpeg>=0.4.8
|
|
BUILDLINK_RECOMMENDED.ffmpeg+= ffmpeg>=0.4.8nb3
|
|
BUILDLINK_PKGSRCDIR.ffmpeg?= ../../multimedia/ffmpeg
|
|
.endif # FFMPEG_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|