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
652 B
Makefile
22 lines
652 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2004/10/03 00:18:36 tv Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
LESSTIF_BUILDLINK3_MK:= ${LESSTIF_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= lesstif
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlesstif}
|
|
BUILDLINK_PACKAGES+= lesstif
|
|
|
|
.if !empty(LESSTIF_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.lesstif+= lesstif>=0.91.4
|
|
BUILDLINK_RECOMMENDED.lesstif+= lesstif>=0.93.96nb1
|
|
BUILDLINK_PKGSRCDIR.lesstif?= ../../x11/lesstif
|
|
.endif # LESSTIF_BUILDLINK3_MK
|
|
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
|
.include "../../x11/Xrender/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|