mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
478 B
Makefile
14 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
|