aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2025-03-15 20:05:42 +0300
committerGleb Popov <arrowd@FreeBSD.org>2025-03-15 20:41:39 +0300
commit57ff2ad3c2514123f4ac3609e0b24aab09fb4ccc (patch)
treee0c21c13fd87433249434c31788bf9a8276a6b08 /java
parent314f372287afc0f662e291005d51b731f535a51f (diff)
java/openjdk11: Set USE_LDCONFIG=yes to provide libjvm.so
Reported by: pkg-devel exp-run
Diffstat (limited to 'java')
-rw-r--r--java/openjdk11/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/openjdk11/Makefile b/java/openjdk11/Makefile
index c72f7ca86ca4..b001e09e4d68 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}
@@ -29,6 +30,7 @@ RUN_DEPENDS= javavm:java/javavmwrapper \
USES= compiler:features cpe gmake iconv jpeg pkgconfig xorg
USE_XORG= x11 xext xi xrandr xrender xt xtst
+USE_LDCONFIG= ${INSTALLDIR}/lib/server
CPE_VENDOR= oracle