[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / cad / tnt-mmtl

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

Diff for /pkgsrc/cad/tnt-mmtl/Makefile between version 1.19 and 1.19.2.1

version 1.19, 2012/10/08 13:25:16 version 1.19.2.1, 2013/01/14 13:34:10
Line 3 
Line 3 
   
 DISTNAME=       tnt-1.2.2  DISTNAME=       tnt-1.2.2
 PKGNAME=        ${DISTNAME:S/tnt/tnt-mmtl/}  PKGNAME=        ${DISTNAME:S/tnt/tnt-mmtl/}
 PKGREVISION=    6  PKGREVISION=    7
 CATEGORIES=     cad  CATEGORIES=     cad
 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=mmtl/}  MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=mmtl/}
   
Line 22  BUILD_DEPENDS+= tex-latex-bin-[0-9]*:../
Line 22  BUILD_DEPENDS+= tex-latex-bin-[0-9]*:../
 PKG_INSTALLATION_TYPES= overwrite pkgviews  PKG_INSTALLATION_TYPES= overwrite pkgviews
   
 GNU_CONFIGURE=  YES  GNU_CONFIGURE=  YES
 USE_TOOLS+=     autoconf automake gmake  USE_TOOLS+=     aclocal autoconf automake gmake
 USE_LANGUAGES=  c c++ fortran77  USE_LANGUAGES=  c c++ fortran77
   
 # without this, configure ends up using 'gcc -E' for CPP and  # without this, configure ends up using 'gcc -E' for CPP and
 # passing that down via an environment variable to f2c-f77 which  # passing that down via an environment variable to f2c-f77 which
 # in turn ends up feeding a .F file to gcc -E that fails due to  # in turn ends up feeding a .F file to gcc -E that fails due to
 # fortran not being a configured language.  This is what happens on  # fortran not being a configured language.  This is what happens on
 # a stock NetBSD-5.1 install.  # a stock NetBSD-5.1 install.
 CONFIGURE_ENV+= CPP=${CPP}  CONFIGURE_ENV+= CPP=${CPP}
   
Line 39  post-patch:
Line 39  post-patch:
         cd ${WRKSRC}/bem && autoconf          cd ${WRKSRC}/bem && autoconf
   
 .include "../../lang/tcl/buildlink3.mk"  .include "../../lang/tcl/buildlink3.mk"
 .include "../../lang/tcl-itcl-current/buildlink3.mk"  .include "../../lang/tcl-itcl/buildlink3.mk"
 .include "../../x11/tk/buildlink3.mk"  .include "../../x11/tk/buildlink3.mk"
 .include "../../x11/tk-BWidget/buildlink3.mk"  .include "../../x11/tk-BWidget/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.19.2.1

CVSweb <webmaster@jp.NetBSD.org>