=================================================================== RCS file: /cvs/ports/devel/bullet/Attic/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ports/devel/bullet/Attic/Makefile 2012/02/12 19:19:26 1.8 +++ ports/devel/bullet/Attic/Makefile 2012/02/12 19:26:05 1.9 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2012/02/12 19:19:26 yason Exp $ +# $OpenBSD: Makefile,v 1.9 2012/02/12 19:26:05 yason Exp $ COMMENT = collision detection and rigid body dynamics library @@ -36,9 +36,11 @@ MODULES = devel/cmake USE_LIBTOOL = Yes -CONFIGURE_ARGS += -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_DEMOS=OFF -DBUILD_EXTRAS=OFF \ +CONFIGURE_ARGS += -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_SHARED_LIBS=ON \ -DBUILD_CPU_DEMOS=OFF \ + -DBUILD_DEMOS=OFF \ + -DBUILD_EXTRAS=OFF \ -DINSTALL_LIBS=ON \ -DCMAKE_CXX_FLAGS_RELEASE="-O2 -pipe \ -I${LOCALBASE}/include -I${X11BASE}/include" \