=================================================================== RCS file: /cvs/ports/games/fife/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/games/fife/Attic/Makefile 2010/06/15 09:32:56 1.1 +++ ports/games/fife/Attic/Makefile 2010/08/17 22:54:35 1.2 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2010/06/15 08:32:56 yason Exp $ +# $OpenBSD: Makefile,v 1.2 2010/08/17 21:54:35 yason Exp $ COMMENT = cross platform game creation framework @@ -18,19 +18,20 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=fife/} -WANTLIB += GL GLU SDL X11 Xau Xcursor Xdmcp Xfixes Xrender m ogg -WANTLIB += png pthread-stubs sndio stdc++ util xcb +WANTLIB += GL GLU SDL SDL_image SDL_ttf X11 Xau Xcursor Xdmcp Xfixes Xrender +WANTLIB += boost_filesystem boost_regex guichan guichan_opengl guichan_sdl m ogg openal +WANTLIB += png pthread-stubs sndio stdc++ util vorbis vorbisfile xcb MODULES = devel/scons \ lang/python BUILD_DEPENDS = ::devel/swig -LIB_DEPENDS = vorbis,vorbisfile::audio/libvorbis \ - openal::audio/openal \ - boost_filesystem,boost_regex::devel/boost \ - guichan,guichan_opengl,guichan_sdl::devel/guichan \ - SDL_image::devel/sdl-image \ - SDL_ttf::devel/sdl-ttf \ +LIB_DEPENDS = ::audio/libvorbis \ + ::audio/openal \ + ::devel/boost \ + ::devel/guichan \ + ::devel/sdl-image \ + ::devel/sdl-ttf \ ${MODPY_LIB_DEPENDS} SEPARATE_BUILD = concurrent