6d6efed52d
Changes from https://github.com/ygale/timezone-series 0.1.5 - Bump time to 1.5.
13 lines
478 B
Makefile
13 lines
478 B
Makefile
# $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
|