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.
17 lines
449 B
Makefile
17 lines
449 B
Makefile
# $NetBSD: buildlink3.mk,v 1.11 2018/01/07 13:04:28 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= pvm
|
|
|
|
.if !defined(PVM_BUILDLINK3_MK)
|
|
PVM_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.pvm+= pvm>=3.4.3
|
|
BUILDLINK_ABI_DEPENDS.pvm+= pvm>=3.4.5nb1
|
|
BUILDLINK_PKGSRCDIR.pvm?= ../../parallel/pvm3
|
|
|
|
.include "${BUILDLINK_PKGSRCDIR.pvm}/arch.mk"
|
|
BUILDLINK_INCDIRS.pvm?= pvm3/include
|
|
BUILDLINK_LIBDIRS.pvm?= pvm3/lib/${PVM_ARCH}
|
|
.endif # PVM_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -pvm
|