Skip to content

Commit

Permalink
Fix MacPorts port name for pkg-config.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaltaks committed Mar 25, 2013
1 parent 9a29d43 commit 875e5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions/requirements/osx_port
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requirements_port_libs_default()
{
typeset -a port_libs
port_libs=(
autoconf automake libtool pkg-config
autoconf automake libtool pkgconfig
)
# install gcc-4.2 only if not yet available
if
Expand Down

0 comments on commit 875e5fc

Please sign in to comment.