lang/rhino: Build with Java 8 only

Even with Java 11:
    [javac] error: Source option 5 is no longer supported. Use 6 or later.
    [javac] error: Target option 1.5 is no longer supported. Use 1.6 or later.

Approved by:	nivit (implicit, fix port)
This commit is contained in:
Vladimir Druzenko
2025-05-31 02:04:45 +03:00
parent 7c1f407c2e
commit bb172fb1b7
+1
View File
@@ -34,6 +34,7 @@ OPTIONS_DEFINE= LINEDIT
USES= zip
USE_GITHUB= yes
GH_ACCOUNT= mozilla
JAVA_VERSION= 8
.include <bsd.port.options.mk>