bb921ecbe9
versions were incomplete.
21 lines
570 B
Makefile
21 lines
570 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2004/04/15 20:20:49 tron Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
BIND_BUILDLINK3_MK:= ${BIND_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= bind
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nbind}
|
|
BUILDLINK_PACKAGES+= bind
|
|
|
|
.if !empty(BIND_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.bind+= bind>=9.2.2
|
|
BUILDLINK_RECOMMENDED.bind?= bind>=9.2.3nb4
|
|
BUILDLINK_PKGSRCDIR.bind?= ../../net/bind9
|
|
.endif # BIND_BUILDLINK3_MK
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|