blob: f400da1c265df3a357f60a875e7390f0db847f76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: buildlink3.mk,v 1.1 2014/11/24 21:24:01 szptvlfn Exp $
BUILDLINK_TREE+= hs-timezone-olson
.if !defined(HS_TIMEZONE_OLSON_BUILDLINK3_MK)
HS_TIMEZONE_OLSON_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-timezone-olson+= hs-timezone-olson>=0.1.4
BUILDLINK_ABI_DEPENDS.hs-timezone-olson+= hs-timezone-olson>=0.1.4
BUILDLINK_PKGSRCDIR.hs-timezone-olson?= ../../time/hs-timezone-olson
.include "../../devel/hs-extensible-exceptions/buildlink3.mk"
.include "../../time/hs-timezone-series/buildlink3.mk"
.endif # HS_TIMEZONE_OLSON_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-timezone-olson
|