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.
19 lines
520 B
Makefile
19 lines
520 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2004/10/03 00:18:40 tv Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
XOSD_BUILDLINK3_MK:= ${XOSD_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= xosd
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxosd}
|
|
BUILDLINK_PACKAGES+= xosd
|
|
|
|
.if !empty(XOSD_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.xosd+= xosd>=2.2.12
|
|
BUILDLINK_RECOMMENDED.xosd+= xosd>=2.2.12nb1
|
|
BUILDLINK_PKGSRCDIR.xosd?= ../../x11/xosd
|
|
.endif # XOSD_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|