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

Diff for /ports/graphics/phatch/Attic/Makefile between version 1.2 and 1.3

version 1.2, 2011/10/26 19:13:19 version 1.3, 2011/10/30 11:08:06
Line 24 
Line 24 
   
 MODULES =               lang/python  MODULES =               lang/python
 #BUILD_DEPENDS =        ???  #BUILD_DEPENDS =        ???
 #RUN_DEPENDS =          ???  RUN_DEPENDS =           devel/desktop-file-utils
 LIB_DEPENDS =           graphics/py-Imaging \  LIB_DEPENDS =           graphics/py-Imaging \
                         x11/py-wxPython                          x11/py-wxPython
 #REGRESS_DEPENDS =      ???  
   
   SEPARATE_BUILD =        simple
   
 SEPARATE_BUILD =        concurrent  
 #SEPARATE_BUILD =       simple  (configure/build still recreates files in source)  
   
 MODPY_ADJ_FILES =       setup.py bin/phatch docs/update.py phatch/lib/*.py \  MODPY_ADJ_FILES =       setup.py bin/phatch docs/update.py phatch/lib/*.py \
                         phatch/lib/pyWx/dialogsInspector.py phatch/other/*.py \                          phatch/lib/pyWx/dialogsInspector.py phatch/other/*.py \
                         tests/*.py tests/test_suite/*.py \                          tests/*.py tests/test_suite/*.py \
                         tools/change_tags.py phatch/phatch.py                          tools/change_tags.py phatch/phatch.py
   
 #REGRESS_IS_INTERACTIVE =       Yes  
   
 #NO_BUILD =             Yes  #NO_BUILD =             Yes
 #NO_REGRESS =           Yes  NO_REGRESS =            Yes
   
 WRKDIST =               ${WRKDIR}/phatch-0.2.7  WRKDIST =               ${WRKDIR}/phatch-0.2.7
   
 #REGRESS_TARGET =       ???  
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

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

CVSweb