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.
25 lines
678 B
Makefile
25 lines
678 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2018/01/07 13:04:20 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= sun-jre7
|
|
|
|
.if !defined(SUN_JRE7_BUILDLINK3_MK)
|
|
SUN_JRE7_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.sun-jre7+= sun-jre7-[0-9]*
|
|
BUILDLINK_ABI_DEPENDS.sun-jre7+= sun-jre7>=7.0.9
|
|
BUILDLINK_PKGSRCDIR.sun-jre7?= ../../lang/sun-jre7
|
|
|
|
CHECK_BUILTIN.sun-jre7:= yes
|
|
.include "../../lang/sun-jre7/builtin.mk"
|
|
CHECK_BUILTIN.sun-jre7:= no
|
|
|
|
.if !empty(USE_BUILTIN.sun-jre7:M[yY][eE][sS])
|
|
BUILDLINK_JAVA_PREFIX.sun-jre7= ${JAVAVM7}
|
|
.else
|
|
BUILDLINK_JAVA_PREFIX.sun-jre7= ${PREFIX}/java/sun-7
|
|
.endif
|
|
|
|
UNLIMIT_RESOURCES+= datasize # Must be at least 131204
|
|
.endif # SUN_JRE7_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -sun-jre7
|