diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:28:00 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:28:00 +0000 |
commit | 0b302c302f78d2775026c61481c2a860e6678c4e (patch) | |
tree | 0ba992c1b92a29a1b182c56f462ee340b09a10d7 /java | |
parent | ac67af93eed281386948570eae34437b4c9025cf (diff) | |
download | freebsd-ports-0b302c302f78d2775026c61481c2a860e6678c4e.zip |
java/openjdk8: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'java')
-rw-r--r-- | java/openjdk8/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/openjdk8/Makefile b/java/openjdk8/Makefile index 5152fe2aed34..90f20695c4d1 100644 --- a/java/openjdk8/Makefile +++ b/java/openjdk8/Makefile @@ -22,7 +22,9 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ RUN_DEPENDS= javavm:java/javavmwrapper \ dejavu>0:x11-fonts/dejavu -USES= compiler:features gmake iconv pkgconfig +USES= compiler:features cpe gmake iconv pkgconfig + +CPE_VENDOR= oracle USE_GITHUB= yes GH_ACCOUNT= battleblow |