diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:36:13 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:36:13 +0000 |
commit | 8ed7c3f9ea58d8eaa92a6cd681958f11d87fd246 (patch) | |
tree | 954e8af5a19e7975c9108c853484fba542738e01 /java | |
parent | 152ee092bedccf066be75cbd24f367af6761a7a9 (diff) |
Diffstat (limited to 'java')
-rw-r--r-- | java/openjdk14/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/openjdk14/Makefile b/java/openjdk14/Makefile index 9ca4c0e0df77..6aa5f4972b9f 100644 --- a/java/openjdk14/Makefile +++ b/java/openjdk14/Makefile @@ -26,9 +26,11 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ RUN_DEPENDS= javavm:java/javavmwrapper \ xorg-fonts-truetype>0:x11-fonts/xorg-fonts-truetype -USES= compiler:features gmake iconv jpeg pkgconfig xorg +USES= compiler:features cpe gmake iconv jpeg pkgconfig xorg USE_XORG= x11 xext xi xrandr xrender xt xtst +CPE_VENDOR= oracle + USE_GITHUB= yes GH_ACCOUNT= battleblow GH_PROJECT= jdk14u |