=================================================================== RCS file: /cvs/ports/games/xmoto/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/games/xmoto/Attic/Makefile 2008/11/30 18:35:25 1.1 +++ ports/games/xmoto/Attic/Makefile 2008/12/05 22:21:04 1.2 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2008/11/30 18:35:25 yason Exp $ +# $OpenBSD: Makefile,v 1.2 2008/12/05 22:21:04 yason Exp $ COMMENT = challenging 2D motocross platform game @@ -28,6 +28,7 @@ bz2::archivers/bzip2 \ curl::net/curl \ jpeg::graphics/jpeg \ + ode::devel/ode \ lua::lang/lua \ png::graphics/png \ sqlite3::databases/sqlite3 @@ -35,7 +36,7 @@ USE_X11 = Yes USE_GMAKE = Yes CONFIGURE_STYLE = gnu -CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include -I/usr/local/include/libpng"\ +CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ LIBS="-lGL -lm -pthread"