=> Bootstrap dependency digest>=20010302: found digest-20190127
=> Checksum SHA1 OK for wkhtmltox-0.12.4.tar.bz2
=> Checksum RMD160 OK for wkhtmltox-0.12.4.tar.bz2
=> Checksum SHA512 OK for wkhtmltox-0.12.4.tar.bz2
===> Installing dependencies for wkhtmltopdf-0.12.4nb5
==========================================================================
The following variables will affect the build process of this package,
wkhtmltopdf-0.12.4nb5.  Their current value is shown below:

        * JPEG_DEFAULT = jpeg
        * PYTHON_VERSION_DEFAULT = 37
        * SSLBASE = /usr
        * SSLCERTS = /etc/openssl/certs
        * SSLDIR = /etc/openssl
        * SSLKEYS = /etc/openssl/private

Based on these variables, the following variables have been set:

        * JPEGBASE (defined, but empty)
        * JPEG_TYPE = jpeg
        * PYPACKAGE = python37

You may want to abort the process now with CTRL-C and change their value
before continuing.  Be sure to run `/usr/bin/make clean' after
the changes.
==========================================================================
=> Tool dependency perl>=5.0: found perl-5.30.2
=> Build dependency x11-links>=1.31: found x11-links-1.31
=> Build dependency cwrappers>=20150314: found cwrappers-20180325
=> Full dependency python37>=3.7.0: found python37-3.7.7
=> Full dependency jpeg>=9: found jpeg-9d
=> Full dependency png>=1.6.0nb1: found png-1.6.37
===> Overriding tools for wkhtmltopdf-0.12.4nb5
===> Extracting for wkhtmltopdf-0.12.4nb5
===> Patching for wkhtmltopdf-0.12.4nb5
=> Applying pkgsrc patches for wkhtmltopdf-0.12.4nb5
===> Creating toolchain wrappers for wkhtmltopdf-0.12.4nb5
===> Configuring for wkhtmltopdf-0.12.4nb5
=> Fixing x11 options.
for f in `find /tmp/pkgbuild/converters/wkhtmltopdf/work.i386/wkhtmltox-0.12.4 -type f -name '*.py' -print`; do 	 cp $f $f.orig &&					 sed '1s|^#!.*$|#!/usr/pkg/bin/python3.7|' $f.orig > $f;	 done