=================================================================== RCS file: /cvs/ports/devel/ode/Attic/Makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ports/devel/ode/Attic/Makefile 2009/04/01 16:30:26 1.13 +++ ports/devel/ode/Attic/Makefile 2009/06/01 04:35:44 1.14 @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.13 2009/04/01 15:30:26 yason Exp $ +# $OpenBSD: Makefile,v 1.14 2009/06/01 03:35:44 yason Exp $ COMMENT = high performance library for simulating rigid body dynamics -SHARED_LIBS = ode 2.0 +SHARED_LIBS = ode 2.1 -DISTNAME = ode-0.11 +DISTNAME = ode-0.11.1 CATEGORIES = devel