=================================================================== RCS file: /cvs/ports/games/maxr/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ports/games/maxr/Makefile 2010/12/04 18:14:35 1.10 +++ ports/games/maxr/Makefile 2011/01/30 08:25:30 1.11 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2010/12/04 18:14:35 yason Exp $ +# $OpenBSD: Makefile,v 1.11 2011/01/30 08:25:30 yason Exp $ COMMENT = M.A.X. clone @@ -21,12 +21,12 @@ MASTER_SITES = http://www.maxr.org/downloads/ -LIB_DEPENDS = devel/sdl-mixer \ - devel/sdl-net \ - audio/libmikmod \ +LIB_DEPENDS = audio/libmikmod \ audio/libogg \ - devel/smpeg \ - audio/libvorbis + audio/libvorbis \ + devel/sdl-mixer \ + devel/sdl-net \ + devel/smpeg CONFIGURE_STYLE = gnu CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \