=================================================================== RCS file: /cvs/ports/devel/ode/Attic/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ports/devel/ode/Attic/Makefile 2008/12/25 15:21:47 1.5 +++ ports/devel/ode/Attic/Makefile 2009/02/05 21:06:42 1.6 @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2008/12/25 15:21:47 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