mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
java/javamail: restrict to java version 8
The Java Activation Framework (jaf), required to build javamail, was included in JRE 1.6, but later removed in JRE 11. PR: 263600 Submitted by: wcarson.bugzilla@disillusion.net
This commit is contained in:
parent
bbefe06f5e
commit
e81f8397c7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ GH_ACCOUNT= javaee
|
|||
|
||||
CPE_VENDOR= sun
|
||||
USE_JAVA= YES
|
||||
JAVA_VERSION= 8+
|
||||
JAVA_VERSION= 8
|
||||
USE_ANT= YES
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue