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
524 B
Makefile
19 lines
524 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2004/10/03 00:13:18 tv Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
GDBM_BUILDLINK3_MK:= ${GDBM_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= gdbm
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngdbm}
|
|
BUILDLINK_PACKAGES+= gdbm
|
|
|
|
.if !empty(GDBM_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.gdbm+= gdbm>=1.8.3
|
|
BUILDLINK_RECOMMENDED.gdbm+= gdbm>=1.8.3nb1
|
|
BUILDLINK_PKGSRCDIR.gdbm?= ../../databases/gdbm
|
|
.endif # GDBM_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|