[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / graphics / zint

Diff for /ports/graphics/zint/Attic/Makefile between version 1.2 and 1.4

version 1.2, 2011/09/10 22:01:08 version 1.4, 2011/11/29 05:37:37
Line 35 
Line 35 
   
 LIB_DEPENDS =           graphics/png  LIB_DEPENDS =           graphics/png
   
 SEPARATE_BUILD =        simple  
 CONFIGURE_ARGS =        -DCMAKE_BUILD_TYPE=RELEASE  CONFIGURE_ARGS =        -DCMAKE_BUILD_TYPE=RELEASE
   
 MULTI_PACKAGES =        -main  MULTI_PACKAGES =        -main
Line 43 
Line 42 
 PSEUDO_FLAVORS =        no_x11  PSEUDO_FLAVORS =        no_x11
 FLAVOR ?=  FLAVOR ?=
   
 .if !${FLAVOR:L:Mno_x11}  .if !${FLAVOR:Mno_x11}
 MULTI_PACKAGES +=       -x11  MULTI_PACKAGES +=       -x11
 LIB_DEPENDS-x11 +=      graphics/zint,-main \  LIB_DEPENDS-x11 +=      graphics/zint,-main \
                         x11/qt4                          x11/qt4

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

CVSweb