blob: 3f5a9765b428cead15b9cff55f0c92b7034dda9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: buildlink3.mk,v 1.2 2015/11/15 08:22:00 szptvlfn Exp $
BUILDLINK_TREE+= hs-timezone-series
.if !defined(HS_TIMEZONE_SERIES_BUILDLINK3_MK)
HS_TIMEZONE_SERIES_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-timezone-series+= hs-timezone-series>=0.1.5
BUILDLINK_ABI_DEPENDS.hs-timezone-series+= hs-timezone-series>=0.1.5.1
BUILDLINK_PKGSRCDIR.hs-timezone-series?= ../../time/hs-timezone-series
.endif # HS_TIMEZONE_SERIES_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-timezone-series
|