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.
18 lines
466 B
Makefile
18 lines
466 B
Makefile
# $NetBSD: buildlink3.mk,v 1.14 2018/01/07 13:04:35 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= opensp
|
|
|
|
.if !defined(OPENSP_BUILDLINK3_MK)
|
|
OPENSP_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.opensp+= opensp>=1.5.1
|
|
BUILDLINK_ABI_DEPENDS.opensp+= opensp>=1.5.2nb1
|
|
BUILDLINK_PKGSRCDIR.opensp?= ../../textproc/opensp
|
|
|
|
PTHREAD_OPTS+= require
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.endif # OPENSP_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -opensp
|