=================================================================== RCS file: /cvs/ports/devel/ode/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ports/devel/ode/Attic/Makefile 2008/12/05 22:13:23 1.2 +++ ports/devel/ode/Attic/Makefile 2008/12/10 12:07:29 1.3 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2008/12/05 22:13:23 yason Exp $ +# $OpenBSD: Makefile,v 1.3 2008/12/10 12:07:29 yason Exp $ COMMENT = high performance library for simulating rigid body dynamics SHARED_LIBS = ode 1.0 @@ -21,5 +21,6 @@ CONFIGURE_STYLE = gnu CONFIGURE_ARGS = --enable-shared +WANTLIB = m pthread .include