blob: d751f8aa81b51cafec17d8c9d82ec8cad1f34120 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: buildlink3.mk,v 1.7 2022/02/26 03:58:17 pho Exp $
BUILDLINK_TREE+= hs-integer-logarithms
.if !defined(HS_INTEGER_LOGARITHMS_BUILDLINK3_MK)
HS_INTEGER_LOGARITHMS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-integer-logarithms+= hs-integer-logarithms>=1.0.3
BUILDLINK_ABI_DEPENDS.hs-integer-logarithms+= hs-integer-logarithms>=1.0.3.1nb5
BUILDLINK_PKGSRCDIR.hs-integer-logarithms?= ../../math/hs-integer-logarithms
.endif # HS_INTEGER_LOGARITHMS_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-integer-logarithms
|