svn commit: r541730 - head/java/openjdk11
Greg Lewis
glewis at FreeBSD.org
Thu Jul 9 02:33:05 UTC 2020
Author: glewis
Date: Thu Jul 9 02:33:04 2020
New Revision: 541730
URL: https://svnweb.freebsd.org/changeset/ports/541730
Log:
Add a runtime dependency on xorg-fonts-truetype
PR: 247786
Reported by: phk@
Modified:
head/java/openjdk11/Makefile
Modified: head/java/openjdk11/Makefile
==============================================================================
--- head/java/openjdk11/Makefile Thu Jul 9 00:51:35 2020 (r541729)
+++ head/java/openjdk11/Makefile Thu Jul 9 02:33:04 2020 (r541730)
@@ -3,7 +3,7 @@
PORTNAME= openjdk
DISTVERSIONPREFIX= jdk-
DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= java devel
PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION}
@@ -25,7 +25,8 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \
libgif.so:graphics/giflib \
liblcms2.so:graphics/lcms2 \
libpng.so:graphics/png
-RUN_DEPENDS= javavm:java/javavmwrapper
+RUN_DEPENDS= javavm:java/javavmwrapper \
+ xorg-fonts-truetype>0:x11-fonts/xorg-fonts-truetype
USES= compiler:features gmake iconv jpeg pkgconfig xorg
USE_XORG= x11 xext xi xrandr xrender xt xtst
More information about the svn-ports-head
mailing list