Index: Makefile =================================================================== RCS file: /home/pcvs/ports/multimedia/gxine/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- Makefile 13 Nov 2006 09:48:51 -0000 1.25 +++ Makefile 1 Dec 2006 13:46:30 -0000 @@ -23,7 +23,8 @@ USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -I${X11BASE}/lib" -CONFIGURE_ARGS+=--mandir=${PREFIX}/man +CONFIGURE_ARGS+=--mandir=${PREFIX}/man --x-includes=${X11BASE}/include \ + --x-libraries=${X11BASE}/lib CFLAGS= -O2 -fno-strict-aliasing -pipe INSTALLS_ICONS= yes