Hello
I've found that if you use version 1.6.0 and add the following to
CONFIGURE_ENV in the port's Makefile, it will compile:
CXX=c++ \
CXXFLAGS="-I/usr/X11R6/include -mcpu=pentiumpro" \
(You could do without the -mcpu, I assume.)
HTH,
- Dimitri