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.
20 lines
523 B
Makefile
20 lines
523 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:18:14 tv Exp $
|
|
#
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
FILE_BUILDLINK3_MK:= ${FILE_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= file
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nfile}
|
|
BUILDLINK_PACKAGES+= file
|
|
|
|
.if !empty(FILE_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.file+= file>=4.09
|
|
BUILDLINK_RECOMMENDED.file+= file>=4.09nb1
|
|
BUILDLINK_PKGSRCDIR.file?= ../../sysutils/file
|
|
.endif # FILE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|