Skip to content

Commit

Permalink
java/openjdk7: Add CPE information
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
decke committed Sep 11, 2021
1 parent 0b302c3 commit 9736510
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion java/openjdk7/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 9736510

Please sign in to comment.