=================================================================== RCS file: /cvs/ports/games/maxr/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.4 diff -u -r1.1.1.1 -r1.4 --- ports/games/maxr/Makefile 2009/03/03 15:10:04 1.1.1.1 +++ ports/games/maxr/Makefile 2009/10/10 08:05:05 1.4 @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2009/03/03 15:10:04 yason Exp $ +# $OpenBSD: Makefile,v 1.4 2009/10/10 07:05:05 yason Exp $ COMMENT = M.A.X clone -DISTNAME = maxr-0.2.4 +DISTNAME = maxr-0.2.6 CATEGORIES = games x11 @@ -21,9 +21,13 @@ MASTER_SITES = http://www.maxr.org/downloads/ -LIB_DEPENDS = SDL.>=8::devel/sdl \ - SDL_mixer::devel/sdl-mixer \ - SDL_net::devel/sdl-net +LIB_DEPENDS = SDL::devel/sdl \ + SDL_mixer.>3::devel/sdl-mixer \ + SDL_net::devel/sdl-net \ + mikmod::audio/libmikmod \ + ogg::audio/libogg \ + smpeg::devel/smpeg \ + vorbis,vorbisfile::audio/libvorbis USE_X11 = Yes CONFIGURE_STYLE = gnu