diff options
Diffstat (limited to 'java/openjfx14/Makefile')
-rw-r--r-- | java/openjfx14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/openjfx14/Makefile b/java/openjfx14/Makefile index fc5b9840e4e8..924d00c769b7 100644 --- a/java/openjfx14/Makefile +++ b/java/openjfx14/Makefile @@ -73,12 +73,12 @@ TEST_VARS= AWT_TEST=true FULL_TEST=true WEBKIT_IMPLIES= MEDIA 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_USES= bison gmake gperf perl5 python:3.5+,build ruby:build WEBKIT_USE= GNOME=libxslt,libxml2 \ PERL5=build \ RUBY=yes \ XORG=xcomposite,xdamage,xfixes,xrender,xt -WEBKIT_VARS= RUBY_NO_RUN_DEPENDS=yes COMPILE_WEBKIT=true +WEBKIT_VARS= COMPILE_WEBKIT=true # Move Gradle's home below ${WRKDIR} instead of using ${HOME}/.gradle _GRADLE_ENV= CC=${WRKDIR}/bin/ccwrapper \ |