diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-09-09 22:21:11 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-09-09 22:32:24 +0200 |
commit | e942e560c468063b850b05ae3df340b36f24c7b5 (patch) | |
tree | 39fed7c52034541e982bd08570755e95d2dced7d /java/openjfx14 | |
parent | games/open-adventure: upgrade to version 1.11 (diff) |
*/*: Update path set in BUILD_DEPENDS for CMake
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core
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 8bd40d6c4a31..aa0a9f1a53cf 100644 --- a/java/openjfx14/Makefile +++ b/java/openjfx14/Makefile @@ -71,7 +71,7 @@ TEST_VARS= AWT_TEST=true FULL_TEST=true # Gradle calls CMake during the build WEBKIT_IMPLIES= MEDIA -WEBKIT_BUILD_DEPENDS= cmake:devel/cmake +WEBKIT_BUILD_DEPENDS= cmake:devel/cmake-core WEBKIT_LIB_DEPENDS= libicui18n.so:devel/icu WEBKIT_USES= bison gmake gperf perl5 python:3.5+,build WEBKIT_USE= GNOME=libxslt,libxml2 \ |