diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2024-04-11 12:14:35 +0300 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2024-04-11 12:16:53 +0300 |
commit | 43d9a1336ddec3ddb059a4c78b33888272692c36 (patch) | |
tree | 7b371f1698d5f64d7badacb4fe8b900167d34585 /java | |
parent | devel/spyder: update 5.5.3 → 5.5.4 (diff) |
*/*: convert to cmake:indirect
Convert bunch of ports to USES=cmake:indirect
Diffstat (limited to 'java')
-rw-r--r-- | java/openjfx14/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/openjfx14/Makefile b/java/openjfx14/Makefile index 35add470069a..cb61a0f8389f 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 jpeg localbase:ldflags ninja pkgconfig \ +USES= cmake:indirect gettext-runtime gl gnome jpeg localbase:ldflags ninja pkgconfig \ sqlite xorg USE_GITHUB= yes @@ -72,7 +72,6 @@ TEST_VARS= AWT_TEST=true FULL_TEST=true # Gradle calls CMake during the build WEBKIT_IMPLIES= MEDIA -WEBKIT_BUILD_DEPENDS= cmake:devel/cmake-core WEBKIT_LIB_DEPENDS= libicui18n.so:devel/icu WEBKIT_USES= bison gmake gperf perl5 python:build ruby:build WEBKIT_USE= GNOME=libxslt,libxml2 \ |