=================================================================== RCS file: /cvs/ports/games/maxr/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ports/games/maxr/Makefile 2010/08/15 22:01:41 1.6 +++ ports/games/maxr/Makefile 2010/08/17 22:18:23 1.7 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2010/08/15 21:01:41 yason Exp $ +# $OpenBSD: Makefile,v 1.7 2010/08/17 21:18:23 yason Exp $ COMMENT = M.A.X clone @@ -16,17 +16,17 @@ PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -WANTLIB = FLAC c m iconv pthread sndio stdc++ usbhid +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