blob: b51f7c0ca07c61eaa491712487ec52327bc7f6e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: buildlink3.mk,v 1.2 2022/01/18 02:48:30 pho Exp $
BUILDLINK_TREE+= hs-unix-time
.if !defined(HS_UNIX_TIME_BUILDLINK3_MK)
HS_UNIX_TIME_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-unix-time+= hs-unix-time>=0.4.7
BUILDLINK_ABI_DEPENDS.hs-unix-time+= hs-unix-time>=0.4.7nb1
BUILDLINK_PKGSRCDIR.hs-unix-time?= ../../time/hs-unix-time
.include "../../time/hs-old-time/buildlink3.mk"
.endif # HS_UNIX_TIME_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-unix-time
|