On Mon, Jun 09, 2008 at 10:58:04AM +0200, Michael wrote: > Hi, > > currently I am trying to get a port working for code::blocks, a multi > platform C(++) IDE. I've got it to compile and install outside the ports > environment, seems to work just fine with OpenBSD, but when trying to > create a package it fails at "make fake". > > General porting hints, tipps etc. are appreciated. :-)
set USE_LIBTOOL=Yes, your port is using the included libtool, and that doesn't work too well, because it's not aware of a lot of things.
