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.
23 lines
677 B
Makefile
23 lines
677 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2004/10/03 00:13:33 tv Exp $
|
|
#
|
|
# This Makefile fragment is included by packages that use rudiments.
|
|
#
|
|
# This file was created automatically using createbuildlink-3.1.
|
|
#
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
RUDIMENTS_BUILDLINK3_MK:= ${RUDIMENTS_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= rudiments
|
|
.endif
|
|
|
|
.if !empty(RUDIMENTS_BUILDLINK3_MK:M+)
|
|
BUILDLINK_PACKAGES+= rudiments
|
|
BUILDLINK_DEPENDS.rudiments+= rudiments>=0.25.1
|
|
BUILDLINK_RECOMMENDED.rudiments+= rudiments>=0.25.1nb1
|
|
BUILDLINK_PKGSRCDIR.rudiments?= ../../devel/rudiments
|
|
|
|
.endif # RUDIMENTS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|