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.
22 lines
690 B
Makefile
22 lines
690 B
Makefile
# $NetBSD: buildlink3.mk,v 1.21 2004/10/03 00:13:27 tv Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
GETTEXT_BUILDLINK3_MK:= ${GETTEXT_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= gettext
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngettext}
|
|
BUILDLINK_PACKAGES+= gettext
|
|
|
|
.if !empty(GETTEXT_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.gettext+= gettext-lib>=0.10.35nb1
|
|
BUILDLINK_RECOMMENDED.gettext+= gettext-lib>=0.11.5nb4
|
|
BUILDLINK_PKGSRCDIR.gettext?= ../../devel/gettext-lib
|
|
.endif # GETTEXT_BUILDLINK3_MK
|
|
|
|
# libiconv/buildlink3.mk is included by gettext-lib/builtin.mk
|
|
#.include "../../converters/libiconv/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|