blob: d02b3ed3c63a9f77ba8cdffe7382fa32900dc139 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: buildlink3.mk,v 1.7 2009/03/20 19:25:07 joerg Exp $
BUILDLINK_TREE+= dante
.if !defined(DANTE_BUILDLINK3_MK)
DANTE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.dante+= dante>=1.1.13
BUILDLINK_ABI_DEPENDS.dante+= dante>=1.1.14nb1
BUILDLINK_PKGSRCDIR.dante?= ../../net/dante
.endif # DANTE_BUILDLINK3_MK
BUILDLINK_TREE+= -dante
|