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.
14 lines
449 B
Makefile
14 lines
449 B
Makefile
# $NetBSD: buildlink3.mk,v 1.7 2018/01/07 13:04:13 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= evas-software-x11
|
|
|
|
.if !defined(EVAS_SOFTWARE_X11_BUILDLINK3_MK)
|
|
EVAS_SOFTWARE_X11_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.evas-software-x11+= evas-software-x11>=1.7.0alpha
|
|
BUILDLINK_PKGSRCDIR.evas-software-x11?= ../../graphics/evas-software-x11
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.endif # EVAS_SOFTWARE_X11_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -evas-software-x11
|