2022-02-26 04:57:43 +01:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.2 2022/02/26 03:58:06 pho Exp $
|
2022-02-16 08:43:54 +01:00
|
|
|
|
|
|
|
BUILDLINK_TREE+= hs-safe-exceptions
|
|
|
|
|
|
|
|
.if !defined(HS_SAFE_EXCEPTIONS_BUILDLINK3_MK)
|
|
|
|
HS_SAFE_EXCEPTIONS_BUILDLINK3_MK:=
|
|
|
|
|
|
|
|
BUILDLINK_API_DEPENDS.hs-safe-exceptions+= hs-safe-exceptions>=0.1.7
|
2022-02-26 04:57:43 +01:00
|
|
|
BUILDLINK_ABI_DEPENDS.hs-safe-exceptions+= hs-safe-exceptions>=0.1.7.2nb1
|
2022-02-16 08:43:54 +01:00
|
|
|
BUILDLINK_PKGSRCDIR.hs-safe-exceptions?= ../../devel/hs-safe-exceptions
|
|
|
|
.endif # HS_SAFE_EXCEPTIONS_BUILDLINK3_MK
|
|
|
|
|
|
|
|
BUILDLINK_TREE+= -hs-safe-exceptions
|