und für alle Interessierten ist die umgekehrte Suche (welcher Port eine Datei geliefert hat)port provides filename
drfrogsplat
0
In meinem Fall waren die CFLAGS LDFLAGS notwendig.
# 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
In meinem Fall waren die CFLAGS LDFLAGS notwendig.
quelle