fix pkgconfig darwin macports pkg in bootstrap.sh
Created by: GlenDC
Problem: bootstrap.sh tried to download pkg-config
when using Macports, even though it is called pkgconfig
as found here: https://www.macports.org/ports.php?by=name&substr=pkgconfig
Solution: Replace pkg-config
with pkgconfig
.