diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-01-14 20:42:03 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-01-14 20:45:23 -0600 |
commit | 2d00178fd4d952c698d3413800c3bd1b6cfc98a9 (patch) | |
tree | b0881172ea8e79250cf341d237d9f9cc6248e3f6 /java/openjfx14 | |
parent | textproc/p5-String-Truncate: Update to 1.100603 (diff) |
*/*: Fix some ports conversion from USE_RUBY to USES=ruby
In my previous commit 18c6e18 I missed some ports where RUBY was
optional. This commit fixes those missing ports and fixes INDEX build.
Approved by: portmgr
Fixes: 18c6e18 Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Diffstat (limited to 'java/openjfx14')
-rw-r--r-- | java/openjfx14/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/openjfx14/Makefile b/java/openjfx14/Makefile index 924d00c769b7..b5a9ff49a289 100644 --- a/java/openjfx14/Makefile +++ b/java/openjfx14/Makefile @@ -76,7 +76,6 @@ WEBKIT_LIB_DEPENDS= libicui18n.so:devel/icu 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= COMPILE_WEBKIT=true |