=================================================================== RCS file: /cvs/ports/devel/ode/Attic/Makefile,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ports/devel/ode/Attic/Makefile 2009/03/04 08:29:32 1.12 +++ ports/devel/ode/Attic/Makefile 2009/04/01 16:30:26 1.13 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2009/03/04 08:29:32 yason Exp $ +# $OpenBSD: Makefile,v 1.13 2009/04/01 15:30:26 yason Exp $ COMMENT = high performance library for simulating rigid body dynamics @@ -21,8 +21,7 @@ CONFIGURE_STYLE = gnu CONFIGURE_ARGS = --with-trimesh=none \ ${CONFIGURE_SHARED} -CONFIGURE_ENV += CPPFLAGS="-I${X11BASE}/include \ - -DRAWSTUFF_TEXTURE_PATH=${PREFIX}/share/examples/ode/textures/" \ +CONFIGURE_ENV = CPPFLAGS="-I${X11BASE}/include" \ LDFLAGS="-L${X11BASE}/lib" \ LIBS="-lm"