diff options
| author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:34:48 +0000 |
|---|---|---|
| committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:34:48 +0000 |
| commit | 152ee092bedccf066be75cbd24f367af6761a7a9 (patch) | |
| tree | 33456ca8e95795e1687d2cbdd680732fad58cd99 /java | |
| parent | 43259a2e1489cb6da78db837379b1bb3fd0506d8 (diff) | |
Diffstat (limited to 'java')
| -rw-r--r-- | java/openjdk15/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/openjdk15/Makefile b/java/openjdk15/Makefile index fcad38034e76..1690a87e74e8 100644 --- a/java/openjdk15/Makefile +++ b/java/openjdk15/Makefile @@ -25,9 +25,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= jdk15u |
