=================================================================== RCS file: /cvs/ports/devel/ode/Attic/Makefile,v retrieving revision 1.4 retrieving revision 1.6 diff -u -r1.4 -r1.6 --- ports/devel/ode/Attic/Makefile 2008/12/10 13:24:46 1.4 +++ ports/devel/ode/Attic/Makefile 2009/02/05 21:06:42 1.6 @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2008/12/10 13:24:46 yason Exp $ +# $OpenBSD: Makefile,v 1.6 2009/02/05 21:06:42 nbrk Exp $ COMMENT = high performance library for simulating rigid body dynamics -SHARED_LIBS = ode 1.0 +SHARED_LIBS = ode 2.0 -DISTNAME = ode-0.10.1 +DISTNAME = ode-0.11 CATEGORIES = devel @@ -20,7 +20,10 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=opende/} CONFIGURE_STYLE = gnu -CONFIGURE_ARGS = --enable-shared +CONFIGURE_ARGS = --enable-double-precision \ + --with-trimesh=none \ + ${CONFIGURE_SHARED} + WANTLIB = m pthread post-install: