17e39f419d
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
15 lines
434 B
Makefile
15 lines
434 B
Makefile
# $NetBSD: buildlink3.mk,v 1.5 2018/01/07 13:04:03 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= hs-mmorph
|
|
|
|
.if !defined(HS_MMORPH_BUILDLINK3_MK)
|
|
HS_MMORPH_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-mmorph+= hs-mmorph>=1.0.4
|
|
BUILDLINK_ABI_DEPENDS.hs-mmorph+= hs-mmorph>=1.0.4nb1
|
|
BUILDLINK_PKGSRCDIR.hs-mmorph?= ../../devel/hs-mmorph
|
|
|
|
.include "../../devel/hs-transformers/buildlink3.mk"
|
|
.endif # HS_MMORPH_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-mmorph
|