Hi. I wanted to give a try to www/surf and wanted to patch it to add bookmark patch from suckless but even though I installed all build and run depends of the port, it tries to build other additional ports like python39, gettext-tools etc. I ran commands below before trying to build surf but still it requires additional packages to build.
Thanks in advance.
Code:
# pwd
/usr/ports/www/surf
# make build-depends-list | cut -c 12- | xargs pkg ins -y
# make run-depends-list | cut -c 12- | xargs pkg ins -y
# make install-missing-packages
Thanks in advance.