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
339 B
Makefile
15 lines
339 B
Makefile
# $NetBSD: buildlink3.mk,v 1.12 2018/01/07 13:04:10 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= pth
|
|
|
|
.if !defined(PTH_BUILDLINK3_MK)
|
|
PTH_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.pth+= pth>=2.0.0
|
|
BUILDLINK_ABI_DEPENDS.pth+= pth>=2.0.0nb2
|
|
BUILDLINK_PKGSRCDIR.pth?= ../../devel/pth
|
|
|
|
LIBS.SunOS+= -lresolv
|
|
.endif # PTH_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -pth
|