[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / graphics / glu

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/graphics/glu/Makefile between version 1.38 and 1.39

version 1.38, 2005/02/23 13:04:47 version 1.39, 2005/06/01 18:02:56
Line 9  CONFLICTS+= Mesa<3.2.1
Line 9  CONFLICTS+= Mesa<3.2.1
 .include "../Mesa/Makefile.common"  .include "../Mesa/Makefile.common"
   
 USE_LANGUAGES=  c c++  USE_LANGUAGES=  c c++
 MESA_REQD+=     ${MESA_VERSION}  
   
 INSTLIBS=       ${WRKSRC}/src/glu/sgi/libGLU.la  INSTLIBS=       ${WRKSRC}/src/glu/sgi/libGLU.la
   
   BUILDLINK_DEPENDS.MesaLib+=     MesaLib>=${MESA_VERSION}
   .include "../../graphics/MesaLib/buildlink3.mk"
   
 pre-build:  pre-build:
         cd ${WRKSRC} && ${RM} -fr src/mesa src/glut src/glw progs          cd ${WRKSRC} && ${RM} -fr src/mesa src/glut src/glw progs
   
Line 24  do-install:
Line 26  do-install:
                 ${INSTALL_DATA} $${hdr} ${PREFIX}/include/GL;           \                  ${INSTALL_DATA} $${hdr} ${PREFIX}/include/GL;           \
         done          done
   
 .include "../../graphics/MesaLib/buildlink3.mk"  
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

CVSweb <webmaster@jp.NetBSD.org>