. Enforce JAVA_VERSION of 1.6 on FreeBSD 7.x and better. While jdk15 will

work, diablo-jdk15 won't, so the safest way to do this is to just
  enforce jdk16 or diablo-jdk16.
. Enforce using something that was compiled on FreeBSD 8.x since the binary
  packages are likely to cause problems.
This commit is contained in:
Greg Lewis
2008-08-29 05:27:16 +00:00
parent d7889f872f
commit bfd6dd9584

View File

@@ -61,6 +61,10 @@ MAKE_CAIRO= make_cairo
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700000
JAVA_VERSION= 1.6
.endif
.if ${OSVERSION} >= 800000
JAVA_VENDOR= bsdjava
.endif