=================================================================== RCS file: /cvs/ports/devel/ode/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/devel/ode/Attic/Makefile 2008/11/30 18:37:36 1.1 +++ ports/devel/ode/Attic/Makefile 2008/12/05 22:13:23 1.2 @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 2008/11/30 18:37:36 yason Exp $ +# $OpenBSD: Makefile,v 1.2 2008/12/05 22:13:23 yason Exp $ COMMENT = high performance library for simulating rigid body dynamics -SHARED_LIBS = ode 1.0 +SHARED_LIBS = ode 1.0 DISTNAME = ode-0.10.1 @@ -20,5 +20,6 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=opende/} CONFIGURE_STYLE = gnu +CONFIGURE_ARGS = --enable-shared .include