On 2008/12/03 17:27, Tim Howe wrote: > > I'm pretty interested in an update to this port too. I seem to recall > it not being too hard to compile, but I think I had to make a couple of minor > changes to the configure script (I reported upstream). Most of the stuff in > the port Makefiles is over my head (what the heck is that stuff in WANTLIB?)
it's a list of libraries that get linked in to the software - it's not too hard to learn about these things if you're interested. see e.g. step 13 of http://www.openbsd.org/papers/opencon07-portstutorial/
