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.
16 lines
582 B
Makefile
16 lines
582 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2018/01/07 13:04:36 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= hs-timezone-olson
|
|
|
|
.if !defined(HS_TIMEZONE_OLSON_BUILDLINK3_MK)
|
|
HS_TIMEZONE_OLSON_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-timezone-olson+= hs-timezone-olson>=0.1.7
|
|
BUILDLINK_ABI_DEPENDS.hs-timezone-olson+= hs-timezone-olson>=0.1.7
|
|
BUILDLINK_PKGSRCDIR.hs-timezone-olson?= ../../time/hs-timezone-olson
|
|
|
|
.include "../../devel/hs-extensible-exceptions/buildlink3.mk"
|
|
.include "../../time/hs-timezone-series/buildlink3.mk"
|
|
.endif # HS_TIMEZONE_OLSON_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-timezone-olson
|