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

Diff for /ports/games/gemrb/Attic/Makefile between version 1.4 and 1.5

version 1.4, 2010/10/26 05:40:16 version 1.5, 2010/12/04 18:14:35
Line 56 
Line 56 
 MASTER_SITES =          ${MASTER_SITE_SOURCEFORGE:=gemrb/}  MASTER_SITES =          ${MASTER_SITE_SOURCEFORGE:=gemrb/}
   
 WANTLIB +=              SDL c iconv m ogg openal png pthread sndio stdc++  WANTLIB +=              SDL c iconv m ogg openal png pthread sndio stdc++
 WANTLIB +=              usbhid util vorbis vorbisfile z  WANTLIB +=              usbhid util vorbis vorbisfile z ${MODPY_WANTLIB}
   
 MODULES =               lang/python  MODULES =               lang/python
 LIB_DEPENDS =           ${MODPY_LIB_DEPENDS} \  LIB_DEPENDS =           ${MODPY_LIB_DEPENDS} \
                         ::devel/sdl \                          devel/sdl \
                         ::graphics/png \                          graphics/png \
                         ::audio/openal \                          audio/openal \
                         ::audio/libvorbis                          audio/libvorbis
   
 USE_LIBTOOL =           Yes  USE_LIBTOOL =           Yes
 CONFIGURE_STYLE =       gnu old  CONFIGURE_STYLE =       gnu old

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb