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
429 B
Makefile
15 lines
429 B
Makefile
# $NetBSD: buildlink3.mk,v 1.25 2018/01/07 13:04:42 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= qwtplot3d
|
|
|
|
.if !defined(QWTPLOT3D_BUILDLINK3_MK)
|
|
QWTPLOT3D_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.qwtplot3d+= qwtplot3d>=0.2.7
|
|
BUILDLINK_ABI_DEPENDS.qwtplot3d+= qwtplot3d>=0.2.7nb23
|
|
BUILDLINK_PKGSRCDIR.qwtplot3d?= ../../x11/qwtplot3d-qt4
|
|
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.endif # QWTPLOT3D_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -qwtplot3d
|