2016-01-10 12:49:09 +01:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.11 2016/01/10 11:49:10 szptvlfn Exp $
|
2014-05-27 23:33:50 +02:00
|
|
|
|
|
|
|
BUILDLINK_TREE+= hs-unordered-containers
|
|
|
|
|
|
|
|
.if !defined(HS_UNORDERED_CONTAINERS_BUILDLINK3_MK)
|
|
|
|
HS_UNORDERED_CONTAINERS_BUILDLINK3_MK:=
|
|
|
|
|
2014-07-16 23:00:42 +02:00
|
|
|
BUILDLINK_API_DEPENDS.hs-unordered-containers+= hs-unordered-containers>=0.2.5
|
2016-01-10 12:49:09 +01:00
|
|
|
BUILDLINK_ABI_DEPENDS.hs-unordered-containers+= hs-unordered-containers>=0.2.5.1nb2
|
2014-05-27 23:33:50 +02:00
|
|
|
BUILDLINK_PKGSRCDIR.hs-unordered-containers?= ../../devel/hs-unordered-containers
|
|
|
|
|
|
|
|
.include "../../devel/hs-hashable/buildlink3.mk"
|
|
|
|
.endif # HS_UNORDERED_CONTAINERS_BUILDLINK3_MK
|
|
|
|
|
|
|
|
BUILDLINK_TREE+= -hs-unordered-containers
|