mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
www/webkit2-gtk: fix configure with ruby 3.4
Add getoptlong unconditionally to BUILD_DEPENDS /usr/local/lib/ruby/3.4/did_you_mean/core_ext/name_error.rb:11: warning: getoptlong is not part of the default gems starting from Ruby 3.4.0. Install getoptlong from RubyGems. <internal:/usr/local/lib/ruby/3.4/rubygems/core_ext/kernel_require.rb>:136:in 'Kernel#require': cannot load such file -- getoptlong (LoadError) from <internal:/usr/local/lib/ruby/3.4/rubygems/core_ext/kernel_require.rb>:136:in 'Kernel#require' from /wrkdirs/usr/ports/www/webkit2-gtk/work-60/.build/WTF/Scripts/generate-unified-source-bundles.rb:27:in '<main>' CMake Error at Source/cmake/WebKitMacros.cmake:30 (message): generate-unified-source-bundles.rb exited with non-zero status, exiting
This commit is contained in:
parent
1c41fd97c7
commit
4c9f1b2bb8
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ LICENSE_COMB= dual
|
|||
|
||||
BROKEN_riscv64= error: Unknown Architecture
|
||||
|
||||
BUILD_DEPENDS= rubygem-getoptlong>0:devel/rubygem-getoptlong
|
||||
LIB_DEPENDS= libavif.so:graphics/libavif \
|
||||
libdrm.so:graphics/libdrm \
|
||||
libenchant-2.so:textproc/enchant2 \
|
||||
|
|
Loading…
Add table
Reference in a new issue