=================================================================== RCS file: /cvs/ports/devel/ode/Attic/Makefile,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ports/devel/ode/Attic/Makefile 2009/03/02 11:31:44 1.11 +++ ports/devel/ode/Attic/Makefile 2009/03/04 08:29:32 1.12 @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.11 2009/03/02 11:31:44 yason Exp $ +# $OpenBSD: Makefile,v 1.12 2009/03/04 08:29:32 yason Exp $ COMMENT = high performance library for simulating rigid body dynamics + SHARED_LIBS = ode 2.0 DISTNAME = ode-0.11 @@ -23,7 +24,7 @@ CONFIGURE_ENV += CPPFLAGS="-I${X11BASE}/include \ -DRAWSTUFF_TEXTURE_PATH=${PREFIX}/share/examples/ode/textures/" \ LDFLAGS="-L${X11BASE}/lib" \ - LIBS="-lstdc++ -lm" + LIBS="-lm" WANTLIB = GL GLU ICE SM X11 \ c m pthread stdc++