=================================================================== RCS file: /cvs/ports/games/glob2/Attic/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ports/games/glob2/Attic/Makefile 2010/05/27 22:20:08 1.6 +++ ports/games/glob2/Attic/Makefile 2010/08/17 21:56:47 1.7 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2010/05/27 21:20:08 yason Exp $ +# $OpenBSD: Makefile,v 1.7 2010/08/17 20:56:47 yason Exp $ COMMENT = innovative strategy game @@ -16,7 +16,9 @@ PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -WANTLIB = GL GLU SDL c m ogg pthread stdc++ z +WANTLIB = GL GLU SDL SDL_image SDL_net SDL_ttf boost_thread-mt \ + c fribidi m ogg portaudio pthread speex stdc++ vorbis \ + vorbisfile z MASTER_SITES = http://dl.sv.nongnu.org/releases/glob2/0.9.4/ @@ -31,15 +33,15 @@ INSTALLDIR="${PREFIX}/share" \ --portaudio=true -LIB_DEPENDS = SDL_image::devel/sdl-image \ - SDL_net::devel/sdl-net \ - SDL_ttf::devel/sdl-ttf \ - boost_thread-mt.>=1::devel/boost \ - fribidi::devel/fribidi \ - portaudio::audio/portaudio-svn \ - speex::audio/speex \ - vorbis,vorbisfile::audio/libvorbis -RUN_DEPENDS = ::devel/desktop-file-utils +LIB_DEPENDS = ::devel/sdl-image \ + ::devel/sdl-net \ + ::devel/sdl-ttf \ + ::devel/boost \ + ::devel/fribidi \ + ::audio/portaudio-svn \ + ::audio/speex \ + ::audio/libvorbis +RUN_DEPENDS = :desktop-file-utils-*:devel/desktop-file-utils USE_X11 = Yes