[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / games / fife

Diff for /ports/games/fife/Attic/Makefile between version 1.1 and 1.2

version 1.1, 2010/06/15 09:32:56 version 1.2, 2010/08/17 22:54:35
Line 18 
Line 18 
   
 MASTER_SITES =          ${MASTER_SITE_SOURCEFORGE:=fife/}  MASTER_SITES =          ${MASTER_SITE_SOURCEFORGE:=fife/}
   
 WANTLIB += GL GLU SDL X11 Xau Xcursor Xdmcp Xfixes Xrender m ogg  WANTLIB += GL GLU SDL SDL_image SDL_ttf X11 Xau Xcursor Xdmcp  Xfixes Xrender
 WANTLIB += png pthread-stubs sndio stdc++ util xcb  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 \  MODULES =               devel/scons \
                         lang/python                          lang/python
   
 BUILD_DEPENDS =         ::devel/swig  BUILD_DEPENDS =         ::devel/swig
 LIB_DEPENDS =           vorbis,vorbisfile::audio/libvorbis \  LIB_DEPENDS =           ::audio/libvorbis \
                         openal::audio/openal \                          ::audio/openal \
                         boost_filesystem,boost_regex::devel/boost \                          ::devel/boost \
                         guichan,guichan_opengl,guichan_sdl::devel/guichan \                          ::devel/guichan \
                         SDL_image::devel/sdl-image \                          ::devel/sdl-image \
                         SDL_ttf::devel/sdl-ttf \                          ::devel/sdl-ttf \
                         ${MODPY_LIB_DEPENDS}                          ${MODPY_LIB_DEPENDS}
   
 SEPARATE_BUILD =        concurrent  SEPARATE_BUILD =        concurrent

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb