a dla wszystkich zainteresowanych wyszukiwanie wsteczne (który port dostarczył plik) toport provides filename
drfrogsplat
0
W moim przypadku konieczne były CFLAGS LDFLAGS.
# ensure libyaml is installed
port install libyaml +universal
# if you like you can check the location of the installied files (especially the .h file)
# port contents libyaml
# now configure with these options
CFLAGS="-I/opt/local/include/ " LDFLAGS="-L/opt/local/lib/" ./configure
make
sudo make install
port provides filename
W moim przypadku konieczne były CFLAGS LDFLAGS.
źródło