summaryrefslogtreecommitdiff
path: root/java/openjfx14
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-12-31 15:23:29 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-12-31 15:39:30 +0100
commitac7a7d6fe13746d1178035d7756c788f9ef9beb2 (patch)
tree4acab9d840c8b6cb1477ba8c67b3da4a4c338564 /java/openjfx14
parentdevel/py-vcrpy: Update version 6.0.2=>7.0.0 (diff)
Mk/Uses/java.mk: Runtime fix with USES=java:ant
USES=java:ant does not imply USES=java:run so we need to add the run arg seperately when we are using USES=java:ant. Not all ports require the the argument so it is better to address the ports individually instead of handling it automatically by implying run for ant. Thanks to vvd for carefully going through this. Reported by: vvd Approved by: portmgr (blanket)
Diffstat (limited to 'java/openjfx14')
-rw-r--r--java/openjfx14/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/openjfx14/Makefile b/java/openjfx14/Makefile
index cc313f7386bd..312e2b09901f 100644
--- a/java/openjfx14/Makefile
+++ b/java/openjfx14/Makefile
@@ -33,7 +33,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
-USES= gettext-runtime gl gnome java jpeg localbase:ldflags ninja pkgconfig \
+USES= gettext-runtime gl gnome java jpeg localbase:ldflags ninja pkgconfig \
sqlite xorg
USE_GITHUB= yes