diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-12-31 15:23:29 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-12-31 15:39:30 +0100 |
commit | ac7a7d6fe13746d1178035d7756c788f9ef9beb2 (patch) | |
tree | 4acab9d840c8b6cb1477ba8c67b3da4a4c338564 /java/openjfx14 | |
parent | devel/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/Makefile | 2 |
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 |