diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:29:22 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:29:22 +0000 |
commit | 9736510e4fd11794b2085b900ced7fd7e63bee2d (patch) | |
tree | 06ff64364528b20d94bedd6212a6716c17262baa | |
parent | 0b302c302f78d2775026c61481c2a860e6678c4e (diff) | |
download | ports-9736510e4fd11794b2085b900ced7fd7e63bee2d.tar.gz ports-9736510e4fd11794b2085b900ced7fd7e63bee2d.zip |
java/openjdk7: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | java/openjdk7/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/openjdk7/Makefile b/java/openjdk7/Makefile index 302e5abdb057..0221d596a0ef 100644 --- a/java/openjdk7/Makefile +++ b/java/openjdk7/Makefile @@ -15,12 +15,14 @@ LICENSE= GPLv2 BROKEN_FreeBSD_13= does not link: duplicate symbol: fp_g_free BROKEN_FreeBSD_14= does not link: duplicate symbol: fp_g_free +CPE_VENDOR= oracle + USE_GITHUB= yes GH_ACCOUNT= battleblow GH_PROJECT= jdk7u GH_TAGNAME= jdk${JDK_MAJOR_VERSION}u${JDK_UPDATE_VERSION}-b${JDK_BUILD_NUMBER}.${BSD_JDK_VERSION} -USES= compiler dos2unix iconv gmake +USES= compiler cpe dos2unix iconv gmake # Even when not building with X11 support, openjdk7 requires Xrender, X11, and # Xt headers. X11_BUILD_DEPENDS_OFF+= ${LOCALBASE}/libdata/pkgconfig/x11.pc:x11/libX11 |