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.
16 lines
475 B
Makefile
16 lines
475 B
Makefile
# $NetBSD: buildlink3.mk,v 1.7 2018/01/07 13:04:20 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= sun-jre6
|
|
|
|
.if !defined(SUN_JRE6_BUILDLINK3_MK)
|
|
SUN_JRE6_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.sun-jre6+= sun-jre6-[0-9]*
|
|
BUILDLINK_ABI_DEPENDS.sun-jre6+= sun-jre6>=6.0.4
|
|
BUILDLINK_PKGSRCDIR.sun-jre6?= ../../lang/sun-jre6
|
|
BUILDLINK_JAVA_PREFIX.sun-jre6= ${PREFIX}/java/sun-6
|
|
|
|
UNLIMIT_RESOURCES+= datasize # Must be at least 131204
|
|
.endif # SUN_JRE6_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -sun-jre6
|