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.
22 lines
622 B
Makefile
22 lines
622 B
Makefile
# $NetBSD: buildlink3.mk,v 1.7 2004/10/03 00:13:27 tv Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
GAL2_BUILDLINK3_MK:= ${GAL2_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= gal2
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngal2}
|
|
BUILDLINK_PACKAGES+= gal2
|
|
|
|
.if !empty(GAL2_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.gal2+= gal2>=2.2.1
|
|
BUILDLINK_RECOMMENDED.gal2+= gal2>=2.2.1nb1
|
|
BUILDLINK_PKGSRCDIR.gal2?= ../../devel/gal2
|
|
.endif # GAL2_BUILDLINK3_MK
|
|
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../print/libgnomeprintui/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|