From d217f388eb68dc769c607da245bcb07f7d38f158 Mon Sep 17 00:00:00 2001
From: "decauwsemaecker.glen@gmail.com" <decauwsemaecker.glen@gmail.com>
Date: Fri, 25 Nov 2016 09:07:24 -0500
Subject: [PATCH] fix pkgconfig darwin macports pkg in bootstrap.sh

---
 bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap.sh b/bootstrap.sh
index f1ad59a89..3b162e67d 100644
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -95,7 +95,7 @@ osx_macports()
 
     install_macports_pkg "gcc49" "gcc-4.9"
     install_macports_pkg "nasm"
-    install_macports_pkg "pkg-config"
+    install_macports_pkg "pkgconfig"
     install_macports_pkg "osxfuse"
     install_macports_pkg "x86_64-elf-gcc"
 }
-- 
GitLab