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.
21 lines
602 B
Makefile
21 lines
602 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2004/10/03 00:17:48 tv Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
SDL_NET_BUILDLINK3_MK:= ${SDL_NET_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= SDL_net
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NSDL_net}
|
|
BUILDLINK_PACKAGES+= SDL_net
|
|
|
|
.if !empty(SDL_NET_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.SDL_net+= SDL_net>=1.2.5nb1
|
|
BUILDLINK_RECOMMENDED.SDL_net+= SDL_net>=1.2.5nb2
|
|
BUILDLINK_PKGSRCDIR.SDL_net?= ../../net/SDL_net
|
|
.endif # SDL_NET_BUILDLINK3_MK
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|