=================================================================== RCS file: /cvs/ports/games/maxr/Makefile,v retrieving revision 1.5 retrieving revision 1.8 diff -u -r1.5 -r1.8 --- ports/games/maxr/Makefile 2009/10/17 15:33:14 1.5 +++ ports/games/maxr/Makefile 2010/08/17 22:19:04 1.8 @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.5 2009/10/17 14:33:14 yason Exp $ +# $OpenBSD: Makefile,v 1.8 2010/08/17 21:19:04 yason Exp $ -COMMENT = M.A.X clone +COMMENT = M.A.X. clone DISTNAME = maxr-0.2.6 @@ -16,18 +16,17 @@ PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -WANTLIB = X11 Xau Xdmcp Xext Xrandr Xrender c m iconv pthread \ - pthread-stubs sndio stdc++ usbhid xcb +WANTLIB = FLAC SDL SDL_mixer SDL_net c iconv m mikmod ogg pthread \ + smpeg sndio stdc++ usbhid vorbis vorbisfile MASTER_SITES = http://www.maxr.org/downloads/ -LIB_DEPENDS = SDL::devel/sdl \ - SDL_mixer.>=4::devel/sdl-mixer \ - SDL_net::devel/sdl-net \ - mikmod::audio/libmikmod \ - ogg::audio/libogg \ - smpeg::devel/smpeg \ - vorbis,vorbisfile::audio/libvorbis +LIB_DEPENDS = ::devel/sdl-mixer \ + ::devel/sdl-net \ + ::audio/libmikmod \ + ::audio/libogg \ + ::devel/smpeg \ + ::audio/libvorbis USE_X11 = Yes CONFIGURE_STYLE = gnu