diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2020-10-28 17:15:33 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2020-10-28 17:15:33 +0000 |
commit | 119b9927c5eb137e708eeabff49f3092a32abb98 (patch) | |
tree | 8e568161ffc63c534dcebabd6bc14bdd0e94b63b /java/Makefile | |
parent | devel/py-oci: update to 2.23.2 (diff) |
java/openjfx14: add new port
OpenJFX is an open source, next generation client application platform for
desktop and embedded systems based on JavaSE. It is a collaborative effort by
many individuals and companies with the goal of producing a modern, efficient,
and fully featured toolkit for developing rich client applications.
PR: 248248
Notes
Notes:
svn path=/head/; revision=553555
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index 50f34e68b0cb..eadb525ccec8 100644 --- a/java/Makefile +++ b/java/Makefile @@ -102,6 +102,7 @@ SUBDIR += openjdk8-jre SUBDIR += openjfx8-devel SUBDIR += openjfx8-scenebuilder + SUBDIR += openjfx14 SUBDIR += phpeclipse SUBDIR += proguard SUBDIR += sablevm |