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.
25 lines
769 B
Makefile
25 lines
769 B
Makefile
# $NetBSD: buildlink3.mk,v 1.5 2004/10/03 00:18:09 tv Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
GSASL_BUILDLINK3_MK:= ${GSASL_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= gsasl
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngsasl}
|
|
BUILDLINK_PACKAGES+= gsasl
|
|
|
|
.if !empty(GSASL_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.gsasl+= gsasl>=0.1.4
|
|
BUILDLINK_RECOMMENDED.gsasl+= gsasl>=0.1.4nb1
|
|
BUILDLINK_PKGSRCDIR.gsasl?= ../../security/gsasl
|
|
.endif # GSASL_BUILDLINK3_MK
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libidn/buildlink3.mk"
|
|
.include "../../devel/libntlm/buildlink3.mk"
|
|
.include "../../security/gss/buildlink3.mk"
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|