blob: 476adec672db62497b4a68451069424cba2e4f17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/05/26 16:11:47 taca Exp $
BUILDLINK_TREE+= bind
.if !defined(BIND_BUILDLINK3_MK)
BIND_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.bind+= bind>=9.7.0
BUILDLINK_PKGSRCDIR.bind?= ../../net/bind97
.endif # BIND_BUILDLINK3_MK
BUILDLINK_TREE+= -bind
|