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.
21 lines
583 B
Makefile
21 lines
583 B
Makefile
# $NetBSD: buildlink3.mk,v 1.6 2004/10/03 00:13:09 tv Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
SPEEX_BUILDLINK3_MK:= ${SPEEX_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= speex
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nspeex}
|
|
BUILDLINK_PACKAGES+= speex
|
|
|
|
.if !empty(SPEEX_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.speex+= speex>=1.0.4
|
|
BUILDLINK_RECOMMENDED.speex+= speex>=1.0.4nb1
|
|
BUILDLINK_PKGSRCDIR.speex?= ../../audio/speex
|
|
.endif # SPEEX_BUILDLINK3_MK
|
|
|
|
.include "../../multimedia/libogg/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|