diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-06 11:10:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-06 11:10:18 +0000 |
commit | 6151b7b66d18f21018e6380cb19f5bb8a344fca5 (patch) | |
tree | a60010def0cf9816d5e7c0435fbd5fff27329d2c /java | |
parent | Fix the conditional added in r554175 (diff) |
Sort SUBDIRs
Notes
Notes:
svn path=/head/; revision=554180
Diffstat (limited to 'java')
-rw-r--r-- | java/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/Makefile b/java/Makefile index eadb525ccec8..039b5f1ec5e8 100644 --- a/java/Makefile +++ b/java/Makefile @@ -100,9 +100,9 @@ SUBDIR += openjdk7-jre SUBDIR += openjdk8 SUBDIR += openjdk8-jre + SUBDIR += openjfx14 SUBDIR += openjfx8-devel SUBDIR += openjfx8-scenebuilder - SUBDIR += openjfx14 SUBDIR += phpeclipse SUBDIR += proguard SUBDIR += sablevm |