Index: Makefile =================================================================== RCS file: /home/pcvs/ports/science/oof/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 3 Jul 2006 06:38:06 -0000 1.3 +++ Makefile 1 Dec 2006 13:53:06 -0000 @@ -36,7 +36,9 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cxxflags='${CXXFLAGS}' \ --with-libdirs=-L${LOCALBASE}/lib \ - --with-blas="-L${LOCALBASE}/lib ${BLAS_LIBS} -lg2c" + --with-blas="-L${LOCALBASE}/lib ${BLAS_LIBS} -lg2c" \ + --x-includes=${X11BASE}/include \ + --x-libraries=${X11BASE}/lib USE_GCC= 3.2+ ALL_TARGET= all