blob: 0f419f713be7b13b391535d154413310536aa5f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/04/15 12:57:49 obache Exp $
BUILDLINK_TREE+= libbind
.if !defined(LIBBIND_BUILDLINK3_MK)
LIBBIND_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libbind+= libbind>=6.0
BUILDLINK_PKGSRCDIR.libbind?= ../../net/libbind
.endif # LIBBIND_BUILDLINK3_MK
BUILDLINK_TREE+= -libbind
|