diff options
| author | Greg Lewis <glewis@FreeBSD.org> | 2022-11-03 23:12:10 -0700 |
|---|---|---|
| committer | Greg Lewis <glewis@FreeBSD.org> | 2022-11-03 23:13:16 -0700 |
| commit | 34c45542f75c54c35a44be1c80f0ac3076da8bee (patch) | |
| tree | df3fd1207afebfad33941df5fd06a40a37d71424 /java/openjdk11/Makefile | |
| parent | emulators/yuzu: drop boost-libs workaround after ae17808e4a1b (diff) | |
java/openjdk11: Use the distributed cacerts
PR: 266723
Reported by: Michael Osipov <michael.osipov@siemens.com>
Diffstat (limited to 'java/openjdk11/Makefile')
| -rw-r--r-- | java/openjdk11/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/openjdk11/Makefile b/java/openjdk11/Makefile index a42eaf1fbec1..9ab8a7111c14 100644 --- a/java/openjdk11/Makefile +++ b/java/openjdk11/Makefile @@ -1,6 +1,7 @@ PORTNAME= openjdk DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} +PORTREVISION= 1 CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} @@ -94,7 +95,6 @@ CONFIGURE_ARGS= --with-boot-jdk=${BOOTSTRAPJDKDIR} \ --with-lcms=system \ --x-includes=${LOCALBASE}/include \ --x-libraries=${LOCALBASE}/lib \ - --with-cacerts-file=${FILESDIR}/cacerts \ --with-version-string=${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} \ --with-native-debug-symbols=none \ --with-debug-level=release \ |
