[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / devel / sfml

Diff for /ports/devel/sfml/Attic/Makefile between version 1.1 and 1.2

version 1.1, 2011/10/27 16:00:46 version 1.2, 2011/10/27 18:28:19
Line 23 
Line 23 
 PERMIT_DISTFILES_CDROM =Yes  PERMIT_DISTFILES_CDROM =Yes
 PERMIT_DISTFILES_FTP =  Yes  PERMIT_DISTFILES_FTP =  Yes
   
 WANTLIB += GL X11 Xrandr freetype m openal sndfile stdc++  WANTLIB += GL GLEW X11 Xrandr freetype jpeg m openal
   WANTLIB += png sndfile stdc++ z
   
 MASTER_SITES =          ${MASTER_SITE_SOURCEFORGE:=sfml/}  MASTER_SITES =          ${MASTER_SITE_SOURCEFORGE:=sfml/}
   
 LIB_DEPENDS =           audio/libsndfile \  LIB_DEPENDS =           audio/libsndfile \
                         audio/openal \                          audio/openal \
                         graphics/glew                          graphics/glew \
                           graphics/jpeg \
                           graphics/png
   
 MAKE_FLAGS =            LIBsfml-audio_VERSION=${LIBsfml-audio_VERSION} \  MAKE_FLAGS =            LIBsfml-audio_VERSION=${LIBsfml-audio_VERSION} \
                         LIBsfml-graphics_VERSION=${LIBsfml-graphics_VERSION} \                          LIBsfml-graphics_VERSION=${LIBsfml-graphics_VERSION} \

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

CVSweb