blob: d448d28a24489152dc8695fd228ffedac8eaf751 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: buildlink3.mk,v 1.7 2009/03/20 19:24:30 joerg Exp $
BUILDLINK_TREE+= ucl
.if !defined(UCL_BUILDLINK3_MK)
UCL_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ucl+= ucl>=1.02
BUILDLINK_ABI_DEPENDS.ucl+= ucl>=1.02nb2
BUILDLINK_PKGSRCDIR.ucl?= ../../devel/ucl
.endif # UCL_BUILDLINK3_MK
BUILDLINK_TREE+= -ucl
|