a93be2b625
changelog: 1.2.0.3 * Update formatRealFloat to correspond to the definition in versions of base newer than 4.5 (https://github.com/bos/text/issues/105)
13 lines
358 B
Makefile
13 lines
358 B
Makefile
# $NetBSD: buildlink3.mk,v 1.6 2014/12/12 22:53:35 szptvlfn Exp $
|
|
|
|
BUILDLINK_TREE+= hs-text
|
|
|
|
.if !defined(HS_TEXT_BUILDLINK3_MK)
|
|
HS_TEXT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-text+= hs-text>=1.2.0
|
|
BUILDLINK_ABI_DEPENDS.hs-text+= hs-text>=1.2.0.3
|
|
BUILDLINK_PKGSRCDIR.hs-text?= ../../devel/hs-text
|
|
.endif # HS_TEXT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-text
|