et pour toute personne intéressée, la recherche inversée (dont le port a fourni un fichier) estport provides filename
drfrogsplat
0
Dans mon cas, les CFLAGS LDFLAGS étaient nécessaires.
# 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
Dans mon cas, les CFLAGS LDFLAGS étaient nécessaires.
la source