diff options
author | Alexey Zelkin <phantom@FreeBSD.org> | 2003-03-07 10:24:11 +0000 |
---|---|---|
committer | Alexey Zelkin <phantom@FreeBSD.org> | 2003-03-07 10:24:11 +0000 |
commit | 16a1d3292b7349ad13d5164bc6c2e536cd10e2a9 (patch) | |
tree | 87372e31975e0d00d49118023ed3313e4ce35d9d /java | |
parent | Fix the DB_LIB_VERSION=4 case. (diff) |
Add jdk14 port to build and modules
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=77049
Diffstat (limited to '')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index a8787e47ff91..a71af7e18c76 100644 --- a/java/Makefile +++ b/java/Makefile @@ -43,6 +43,7 @@ SUBDIR += jdk12-doc SUBDIR += jdk13 SUBDIR += jdk13-doc + SUBDIR += jdk14 SUBDIR += jdk14-doc SUBDIR += jdom SUBDIR += jfc |