Index: games/frogatto/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /a/.cvsup/ports/games/frogatto/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- games/frogatto/Makefile 22 Aug 2010 14:29:08 -0000 1.4 +++ games/frogatto/Makefile 9 Sep 2010 16:14:03 -0000 @@ -31,6 +31,7 @@ post-patch: @${REINPLACE_CMD} -E -e 's,(ccache )?g\+\+,$$(CXX) $$(CXXFLAGS),' \ -e 's,-O2,, ; s,-g,, ; s,/usr/X11R6,${LOCALBASE},' \ -e 's,-mt,,g ; /server/s,`.*mixer,${PTHREAD_LIBS},' \ + -e 's,-L/usr/lib,, ; s,-L/sw/lib,,' \ -e '/server/s,-lX11,,' ${WRKSRC}/Makefile # Point to the right location where look for the resources on FreeBSD @${REINPLACE_CMD} -e 's,HAVE_CONFIG_H,__FreeBSD__,' \